Skip to content

Commit 6feeca0

Browse files
committed
Turns eslint no-unused-vars rule back on
1 parent 05c5b38 commit 6feeca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
'@typescript-eslint/no-explicit-any': 'off',
6363
'@typescript-eslint/no-inferrable-types': 'off',
6464
'@typescript-eslint/no-shadow': 'error',
65-
'@typescript-eslint/no-unused-vars': 'off',
65+
'@typescript-eslint/no-unused-vars': 'error',
6666
'@typescript-eslint/typedef': [
6767
'error',
6868
{

0 commit comments

Comments
 (0)