-
-
Notifications
You must be signed in to change notification settings - Fork 48
Extract stylistic rules into another eslint plugin #193
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
Comments
I think the disadvantage of extracting a plugin for stylistic rules is that it makes it a little harder for users to find it. I think the advantage is that there is no need to download stylistic rules, which is not necessary for users who have already introduced the formatter (prettier-plugin-svelte). |
Sorry to stoke an old issue, but this is actually a growing trend in the world of ESLint plugins. There is actually a monorepo where all of the style rules are being moved to. So far, eslint-stylistic has collected the rules from |
Don't panic about the issue title there. I am just running the idea of adding another package by the eslint-stylistic team before anyone really commits to anything. If they (and you) approve the change, I will work on moving the rules over and everything so that way you guys don't have to worry about it. |
FWIW, eslint-stylistic now have even in their docs that framework-specific rules are out-of-scope for them. So it would need to be a separate plugin (something like |
This is a matter of decision, but we don’t want to double the maintenance cost by creating a separate plugin at this point. So, we will close this as “won’t do.” |
It could be compatible but deprecate current stylistic rules.
From #186 (comment)
The text was updated successfully, but these errors were encountered: