Skip to content

Commit e648a71

Browse files
committed
feat: add reportUnusedDisableDirectives to lint options
Saves users of config from having to manually pass cli args
1 parent eab5588 commit e648a71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

partials/base.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ module.exports = {
1111
'ecmaVersion': 'latest',
1212
},
1313

14+
linterOptions: {
15+
'reportUnusedDisableDirectives': true,
16+
},
17+
1418
rules: {
1519
'@silvermine/eslint-plugin-silvermine/array-indentation': 'error',
1620
'@silvermine/eslint-plugin-silvermine/call-indentation': 'error',

0 commit comments

Comments
 (0)