-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rules around disabling rules #112
Comments
I think that makes a lot of sense! |
Note there's also https://eslint.org/docs/user-guide/command-line-interface#--report-unused-disable-directives, but it doesn't go as far for restricting disables. |
yannickcr
added a commit
that referenced
this issue
Oct 7, 2019
yannickcr
pushed a commit
that referenced
this issue
Oct 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eslint-comments/no-unlimited-disable
Some of our build scripts have errors in them that were suppressed by fully disabling the rules
no-unused-disable
In
npm-search
there were some unused disables that I didn't immediately find, having this will make our code simplerLooking at that, I think we should enable all rules (except stylistic) for eslint-plugin-eslint-comments
The text was updated successfully, but these errors were encountered: