File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -399,6 +399,7 @@ module.exports = {
399
399
'@typescript-eslint/no-unnecessary-type-arguments' : 'error' ,
400
400
'@typescript-eslint/no-unnecessary-type-assertion' : 'error' ,
401
401
'@typescript-eslint/no-unnecessary-type-constraint' : 'error' ,
402
+ '@typescript-eslint/no-unsafe-argument' : 'error' ,
402
403
403
404
// TODO: Enable these again when we can use ESM natively in Node.js. These rules cause problems with syntax like `import x = require('x');`
404
405
// '@typescript-eslint/no-unsafe-assignment': 'error',
Original file line number Diff line number Diff line change 44
44
" simple"
45
45
],
46
46
"devDependencies" : {
47
- "@typescript-eslint/eslint-plugin" : " ^4.17 .0" ,
48
- "@typescript-eslint/parser" : " ^4.17 .0" ,
47
+ "@typescript-eslint/eslint-plugin" : " ^4.21 .0" ,
48
+ "@typescript-eslint/parser" : " ^4.21 .0" ,
49
49
"ava" : " ^2.4.0" ,
50
50
"eslint" : " ^7.8.1" ,
51
51
"temp-write" : " ^4.0.0" ,
52
52
"typescript" : " ^4.1.3"
53
53
},
54
54
"peerDependencies" : {
55
- "@typescript-eslint/eslint-plugin" : " >=4.17 .0" ,
55
+ "@typescript-eslint/eslint-plugin" : " >=4.21 .0" ,
56
56
"eslint" : " >=7.8.0" ,
57
57
"typescript" : " >=3.6.0"
58
58
}
You can’t perform that action at this time.
0 commit comments