-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Move away from deprecated eslint-plugin-standard
#207
Comments
Hi! Is there a benefit to removing it? If it doesn’t cause harm, we could just as well keep it around until there are more breaking changes to make. According to https://www.npmjs.com/package/eslint-plugin-standard the package still has 1.6 million weekly downloads. |
There is nothing known to be wrong with the package, but as it’s deprecated it’s quite unlikely that it will be updated for ESLint 8, so probably good to replace it when you move to ESLint 8 |
Thanks! Then I’ll just keep in mind that if that plugin is annoying when moving to ESLint 8 internally, we could remove it instead of spending time on fixing things for it. |
Only if absolutely needed! No need for a breaking change unless we have to. |
It doesn’t have to be breaking I think, the plug-in was deprecated because it was redundant nowadays, not because it was wrong. It’s probably likewise redundant for you. |
Removing |
As discussed in standard/eslint-plugin-standard#41 the
eslint-plugin-standard
has been deprecated for some time now but this config seems to still use it, but only for a single rule,standard/computed-property-even-spacing
.I can’t remember what
standard
itself replaced it with, but I’m sure we can figure that out.The text was updated successfully, but these errors were encountered: