Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntegrate "eslint-plugin-eslint-comments" plugin #2049
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?