Skip to content

Commit d5fe1f1

Browse files
authored
feat: warn against unused disable directives (#71)
1 parent 03ec484 commit d5fe1f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
mode: 'typescript',
2626
},
2727
},
28+
reportUnusedDisableDirectives: true,
2829
rules: {
2930
'arrow-body-style': 'error',
3031
'arrow-parens': ['error', 'as-needed'],

0 commit comments

Comments
 (0)