Skip to content

Commit

Permalink
fix: @typescript-eslint/no-unused-vars: error
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Mar 3, 2020
1 parent 95e88d1 commit d75dfa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
'@typescript-eslint/no-var-requires': 0,
'@typescript-eslint/no-empty-interface': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-unused-vars': 'error',
'comma-dangle': 0,
'complexity': ['error', { max: 10 }],
'import/named': 'error',
Expand Down

0 comments on commit d75dfa0

Please sign in to comment.