Skip to content

Commit

Permalink
Enable '@typescript-eslint/no-unused-vars': 'warn' (#2172)
Browse files Browse the repository at this point in the history
* Enable '@typescript-eslint/no-unused-vars': 'warn'

* Clean comments
  • Loading branch information
amio authored and leo committed Apr 25, 2019
1 parent f901797 commit de560ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
'camelcase': 0,
'no-unused-vars': 0, // in favor of '@typescript-eslint/no-unused-vars'
// 'indent': 0 // in favor of '@typescript-eslint/indent'
// '@typescript-eslint/no-unused-vars': 'error', // this might conflict with a lot ongoing changes
'@typescript-eslint/no-unused-vars': 'warn',
// '@typescript-eslint/indent': ['error', 2] // this might conflict with a lot ongoing changes
'@typescript-eslint/no-array-constructor': 'error',
'@typescript-eslint/adjacent-overload-signatures': 'error',
Expand Down

0 comments on commit de560ea

Please sign in to comment.