Skip to content

Commit

Permalink
#290 ESLint: set no-unused-vars as error
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki-yama committed Apr 3, 2019
1 parent 1d94603 commit 148b3a4
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 @@ -65,7 +65,7 @@ module.exports = {
'no-array-constructor': 0,
'@typescript-eslint/no-array-constructor': 2,
'no-unused-vars': 0,
'@typescript-eslint/no-unused-vars': 1,
'@typescript-eslint/no-unused-vars': 2,

'@typescript-eslint/no-unnecessary-type-assertion': 2,
}
Expand Down

0 comments on commit 148b3a4

Please sign in to comment.