File tree Expand file tree Collapse file tree 5 files changed +189
-220
lines changed Expand file tree Collapse file tree 5 files changed +189
-220
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ module.exports = {
7
7
plugins : [ '@typescript-eslint/eslint-plugin' ] ,
8
8
extends : [
9
9
'plugin:@typescript-eslint/recommended' ,
10
- 'prettier/@typescript-eslint' ,
11
10
'plugin:prettier/recommended' ,
12
11
] ,
13
12
root : true ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ module.exports = {
7
7
plugins : [ '@typescript-eslint/eslint-plugin' ] ,
8
8
extends : [
9
9
'plugin:@typescript-eslint/recommended' ,
10
- 'prettier/@typescript-eslint' ,
11
10
'plugin:prettier/recommended' ,
12
11
] ,
13
12
root : true ,
Original file line number Diff line number Diff line change 76
76
"@types/react" : " ^17.0.3" ,
77
77
"@types/react-dom" : " ^17.0.3" ,
78
78
"@types/supertest" : " ^2.0.10" ,
79
- "@typescript-eslint/eslint-plugin" : " ^4.6.1 " ,
80
- "@typescript-eslint/parser" : " ^4.6.1 " ,
79
+ "@typescript-eslint/eslint-plugin" : " ^5.30.7 " ,
80
+ "@typescript-eslint/parser" : " ^5.30.7 " ,
81
81
"cypress" : " ^10.0.3" ,
82
82
"dotenv-flow" : " ^3.2.0" ,
83
- "eslint" : " ^7.32 .0" ,
84
- "eslint-config-prettier" : " ^6.15 .0" ,
83
+ "eslint" : " ^8.20 .0" ,
84
+ "eslint-config-prettier" : " ^8.5 .0" ,
85
85
"eslint-plugin-prettier" : " ^4.2.1" ,
86
86
"fishery" : " ^1.2.0" ,
87
87
"graphql-zeus" : " ^5.1.7" ,
88
88
"jest" : " ^26.6.3" ,
89
- "prettier" : " ^2.6.2 " ,
89
+ "prettier" : " ^2.7.1 " ,
90
90
"supertest" : " ^6.2.4" ,
91
91
"ts-jest" : " ^26.4.3" ,
92
92
"ts-loader" : " ^9.3.0" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ module.exports = {
7
7
plugins : [ '@typescript-eslint/eslint-plugin' ] ,
8
8
extends : [
9
9
'plugin:@typescript-eslint/recommended' ,
10
- 'prettier/@typescript-eslint' ,
11
10
'plugin:prettier/recommended' ,
12
11
] ,
13
12
root : true ,
You can’t perform that action at this time.
0 commit comments