You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work on a codebase where I am not in control of the eslint rules, and we have linting running during hooks to autofix errors. I would like to be able to disable showing errors for certain rules, without modifying the eslint configuration. Specifically my use case is that these rules are not helpful to show errors on while I'm writing new code, but are useful for when I'm committing and pushing to repos where I have hooks installed.
The Atom eslint plugin has this feature under:
For instance, with Prettier, it auto-fixes on save. So almost everything I type has red squigglies around it until I save, which is just noise and not helping me find real linting issues.
The text was updated successfully, but these errors were encountered:
gregtatum
changed the title
Add a feature to not show warnings for specific rules
Consider adding a feature to not show warnings for specific rules
Sep 16, 2019
I work on a codebase where I am not in control of the eslint rules, and we have linting running during hooks to autofix errors. I would like to be able to disable showing errors for certain rules, without modifying the eslint configuration. Specifically my use case is that these rules are not helpful to show errors on while I'm writing new code, but are useful for when I'm committing and pushing to repos where I have hooks installed.
The Atom eslint plugin has this feature under:
For instance, with Prettier, it auto-fixes on save. So almost everything I type has red squigglies around it until I save, which is just noise and not helping me find real linting issues.
The text was updated successfully, but these errors were encountered: