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
When disabling some eslint rule, it's very easy to make mistakes like not enabling it again, forgetting to remove the disabled rule when the code is refactored...
eslint-plugin-eslint-comments checks those cases, allowing a safer way of disabling eslint rules: https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/
eslint-plugin-eslint-comments
I think it would be very useful to include it in eslint-config-airbnb-base (maybe just as a warning initially, to avoid a breaking change).
eslint-config-airbnb-base
Before creating a PR adding it, I would like to gather feedback about it: do you think this would be a useful addition?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sogame commentedJun 26, 2019
When disabling some eslint rule, it's very easy to make mistakes like not enabling it again, forgetting to remove the disabled rule when the code is refactored...
eslint-plugin-eslint-commentschecks those cases, allowing a safer way of disabling eslint rules: https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/I think it would be very useful to include it in
eslint-config-airbnb-base(maybe just as a warning initially, to avoid a breaking change).Before creating a PR adding it, I would like to gather feedback about it: do you think this would be a useful addition?
The text was updated successfully, but these errors were encountered: