Skip to content

Commit 62a68f4

Browse files
committed
Remove prettier
1 parent 74acbe3 commit 62a68f4

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

.eslintrc.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ module.exports = {
22
extends: [
33
'eslint:recommended',
44
'plugin:@typescript-eslint/eslint-recommended',
5-
'plugin:@typescript-eslint/recommended',
6-
'plugin:prettier/recommended'
5+
'plugin:@typescript-eslint/recommended'
76
],
87
parser: '@typescript-eslint/parser',
98
parserOptions: {

.prettierignore

-6
This file was deleted.

.prettierrc

-6
This file was deleted.

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@
6262
"@typescript-eslint/eslint-plugin": "^4.8.1",
6363
"@typescript-eslint/parser": "^4.8.1",
6464
"eslint": "^7.14.0",
65-
"eslint-config-prettier": "^6.15.0",
66-
"eslint-plugin-prettier": "^3.1.4",
6765
"npm-run-all": "^4.1.5",
68-
"prettier": "^2.1.1",
6966
"rimraf": "^3.0.2",
7067
"typescript": "~4.1.3",
7168
"webpack": "^4.42.1",

0 commit comments

Comments
 (0)