File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,7 @@ module.exports = {
312312}
313313] ,
314314'@typescript-eslint/no-for-in-array' : 'error' ,
315+ '@typescript-eslint/no-implicit-any-catch' : 'error' ,
315316'@typescript-eslint/no-inferrable-types' : 'error' ,
316317
317318// Disabled for now as it has too many false-positives.
Original file line number Diff line number Diff line change 4444" simple"
4545],
4646"devDependencies" : {
47- "@typescript-eslint/eslint-plugin" : " ^3.6 .0" ,
48- "@typescript-eslint/parser" : " ^3.6 .0" ,
47+ "@typescript-eslint/eslint-plugin" : " ^3.10 .0" ,
48+ "@typescript-eslint/parser" : " ^3.10 .0" ,
4949"ava" : " ^2.4.0" ,
50- "eslint" : " ^7.3.1 " ,
50+ "eslint" : " ^7.7.0 " ,
5151"temp-write" : " ^4.0.0" ,
5252"typescript" : " ^3.9.5"
5353},
5454"peerDependencies" : {
55- "@typescript-eslint/eslint-plugin" : " >=3.6 .0" ,
55+ "@typescript-eslint/eslint-plugin" : " >=3.10 .0" ,
5656"eslint" : " >=6.6.0" ,
5757"typescript" : " >=3.6.0"
5858}
You can’t perform that action at this time.
0 commit comments