Skip to content

Commit

Permalink
eslint: add reportUnusedDisableDirectives (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephtr committed Jun 14, 2020
1 parent d84d24f commit 73de52f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -27,4 +27,5 @@ module.exports = {
},
},
],
reportUnusedDisableDirectives: true,
};

0 comments on commit 73de52f

Please sign in to comment.