File tree 3 files changed +759
-262
lines changed
3 files changed +759
-262
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "parser": "typescript-eslint- parser",
2
+ "parser": "@ typescript-eslint/ parser",
3
3
4
4
"plugins": [
5
- "typescript"
5
+ "@ typescript-eslint "
6
6
],
7
7
8
8
"extends": [
9
- "eslint:recommended"
9
+ "eslint:recommended",
10
+ "plugin:@typescript-eslint/recommended"
10
11
],
11
12
12
13
"env": {
187
188
"no-unneeded-ternary": 2,
188
189
"no-unreachable": 2,
189
190
"no-unused-expressions": 2,
190
- "typescript/ no-unused-vars": 2,
191
+ "no-unused-vars": 2,
191
192
"no-use-before-define": 0,
192
193
"no-useless-call": 2,
193
194
"no-var": 2,
Original file line number Diff line number Diff line change 39
39
"author" : " Ivo Meißner" ,
40
40
"license" : " MIT" ,
41
41
"devDependencies" : {
42
- "@types/assert" : " ^0.0.31 " ,
43
- "@types/chai" : " ^4.1.4 " ,
42
+ "@types/assert" : " ^1.4.6 " ,
43
+ "@types/chai" : " ^4.2.11 " ,
44
44
"@types/graphql" : " ^0.13.0 || ^14.0.0" ,
45
- "@types/lodash.get" : " ^4.4.4" ,
46
- "@types/mocha" : " ^5.2.5" ,
47
- "chai" : " ^4.1.0" ,
48
- "eslint" : " ^5.4.0" ,
49
- "eslint-plugin-typescript" : " ^0.12.0" ,
45
+ "@types/lodash.get" : " ^4.4.6" ,
46
+ "@types/mocha" : " ^7.0.2" ,
47
+ "@typescript-eslint/eslint-plugin" : " ^2.27.0" ,
48
+ "@typescript-eslint/parser" : " ^2.27.0" ,
49
+ "chai" : " ^4.2.0" ,
50
+ "eslint" : " ^6.8.0" ,
50
51
"graphql" : " ^0.13.0 || ^14.0.0" ,
51
- "mocha" : " ^5.2.0" ,
52
- "rimraf" : " ^2.6.1" ,
53
- "ts-node" : " ^7.0.1" ,
54
- "typescript" : " ^3.0.1" ,
55
- "typescript-eslint-parser" : " ^18.0.0"
52
+ "mocha" : " ^7.1.1" ,
53
+ "rimraf" : " ^3.0.2" ,
54
+ "ts-node" : " ^8.8.2" ,
55
+ "typescript" : " ^3.8.3"
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments