Skip to content

Commit

Permalink
fix: disable eslint-comments/no-use rule (unintentionally enabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jun 25, 2017
1 parent 026175c commit 9cd10c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
'eslint-comments/no-unlimited-disable': 'error',
'eslint-comments/no-unused-disable': 'error',
'eslint-comments/no-unused-enable': 'error',
'eslint-comments/no-use': 'error',
'eslint-comments/no-use': 'off',
},
env: {
browser: true,
Expand Down

0 comments on commit 9cd10c8

Please sign in to comment.