-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: Replace prettier-plugin-tailwindcss with eslint-plugin-tailwindcss? #1616
Comments
prettier plugin is what tailwind team recommends |
Yeah that's true but at least partly because it's their official plugin. |
I dont think it makes sense to switch the default here;
I like the idea of the eslint plugin and it got some rules that are kinda nice, but i think there are more gotchas than benefits that makes the official prettier plugin a better default |
makes sense, thanks for considering it! |
Could we rename this issue and talk about if we want to add the eslint-plugin-tailwindcss without its formatting which relies on the prettier plugin since the 3.6 anyways? |
Is your feature request related to a problem? Please describe.
IMO eslint-plugin-tailwindcss offers a better experience than the official prettier plugin.
It also comes with a few other rules for strictness and readability.
Describe the solution you'd like to see
Replace prettier-plugin-tailwindcss with eslint-plugin-tailwindcss by default.
Describe alternate solutions
N/A
Additional information
Can open a PR if enough people are interested.
The text was updated successfully, but these errors were encountered: