Skip to content

Commit

Permalink
chore(lint): don't warn about unused vars in *.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jan 21, 2021
1 parent 65c7730 commit 76b9c60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ module.exports = {
'@typescript-eslint/no-non-null-assertion': 'warn',
'@typescript-eslint/no-this-alias': 'error',
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': 'warn',
'@typescript-eslint/no-var-requires': 'error',
'@typescript-eslint/prefer-as-const': 'error',
'@typescript-eslint/prefer-namespace-keyword': 'error',
Expand Down

0 comments on commit 76b9c60

Please sign in to comment.