File tree Expand file tree Collapse file tree 4 files changed +1
-17
lines changed Expand file tree Collapse file tree 4 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ module.exports = {
2
2
extends : [
3
3
'eslint:recommended' ,
4
4
'plugin:@typescript-eslint/eslint-recommended' ,
5
- 'plugin:@typescript-eslint/recommended' ,
6
- 'plugin:prettier/recommended'
5
+ 'plugin:@typescript-eslint/recommended'
7
6
] ,
8
7
parser : '@typescript-eslint/parser' ,
9
8
parserOptions : {
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 62
62
"@typescript-eslint/eslint-plugin" : " ^4.8.1" ,
63
63
"@typescript-eslint/parser" : " ^4.8.1" ,
64
64
"eslint" : " ^7.14.0" ,
65
- "eslint-config-prettier" : " ^6.15.0" ,
66
- "eslint-plugin-prettier" : " ^3.1.4" ,
67
65
"npm-run-all" : " ^4.1.5" ,
68
- "prettier" : " ^2.1.1" ,
69
66
"rimraf" : " ^3.0.2" ,
70
67
"typescript" : " ~4.1.3" ,
71
68
"webpack" : " ^4.42.1" ,
You can’t perform that action at this time.
0 commit comments