Skip to content

Commit

Permalink
fix: upgrade rule no-unused-vars to error
Browse files Browse the repository at this point in the history
  • Loading branch information
pomle committed Oct 14, 2020
1 parent 344726d commit ae0cb77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = {
"default-case": 0,
"no-else-return": 0,
"import/no-unresolved": 0,
"@typescript-eslint/no-unused-vars": 2,
"@typescript-eslint/ban-ts-ignore": 0,
"jsx-a11y/anchor-is-valid": 0,
"object-shorthand": 0,
Expand Down

0 comments on commit ae0cb77

Please sign in to comment.