Skip to content

Commit

Permalink
fix(no-unused-vars): disable no-unused-vars rule
Browse files Browse the repository at this point in the history
This rule doesn't work properly. See
typescript-eslint/typescript-eslint#1856.
  • Loading branch information
djcsdy committed Jul 21, 2020
1 parent e28830b commit bcab071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Expand Up @@ -117,6 +117,7 @@ const config: Linter.Config = {
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/prefer-for-of": "off",
"@typescript-eslint/prefer-function-type": "error",
Expand Down

0 comments on commit bcab071

Please sign in to comment.