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
This is quite an opinionated suggestion so feel free to close.
I believe that linting should only report things that need to be fixed. I find myself working on projects that have hundreds or thousands of eslint warnings.
I think that we either need to enable rules or disable rules. Warnings get ignored, and clog the terminal.
This is quite an opinionated suggestion so feel free to close.
I believe that linting should only report things that need to be fixed. I find myself working on projects that have hundreds or thousands of eslint warnings.
I think that we either need to enable rules or disable rules. Warnings get ignored, and clog the terminal.
There is a good plugin that will convert everything to warnings and --max-warnings=0 can be used to block builds if preferred.
https://www.npmjs.com/package/eslint-plugin-only-warn
The text was updated successfully, but these errors were encountered: