Skip to content

Commit fbbc13a

Browse files
committed
No more had false positives
1 parent 9a513c1 commit fbbc13a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ module.exports = {
2020
'@typescript-eslint/interface-name-prefix': 'off',
2121
'@typescript-eslint/explicit-function-return-type': 'off',
2222
'@typescript-eslint/no-explicit-any': 'off',
23-
'@typescript-eslint/no-unused-vars': 'off', // False positives from decorators
2423
},
2524
};

0 commit comments

Comments
 (0)