Skip to content

Commit edf8d6d

Browse files
committed
1 parent 498dffc commit edf8d6d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
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
}

0 commit comments

Comments
 (0)