Skip to content

Commit

Permalink
feat: add reportUnusedDisableDirectives
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad committed Jan 7, 2024
1 parent 6a7b49e commit cecd589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
ecmaVersion: 'latest',
sourceType: 'module',
},
reportUnusedDisableDirectives: true,
env: {
browser: true,
node: true,
Expand Down

0 comments on commit cecd589

Please sign in to comment.