Skip to content

Commit

Permalink
fix(typescript): Turn off no-implicit-any-catch, too much noise
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Sep 29, 2020
1 parent 91fb3ba commit 4e1ac62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ module.exports = {

// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-implicit-any-catch.md
'@typescript-eslint/no-implicit-any-catch': [
// TODO:: error?
'warn',
// TODO: move to "strict" variant, enable?
'off',
{
allowExplicitAny: false,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3274,7 +3274,7 @@ Object {
"error",
],
"zillow/@typescript-eslint/no-implicit-any-catch": Array [
"warn",
"off",
Object {
"allowExplicitAny": false,
},
Expand Down

0 comments on commit 4e1ac62

Please sign in to comment.