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
Prettier works. Tailwindcss plugin works. Organize import does nothing when I run prettier. Even when I configure it explicitly in prettier config. Typescript 4.9.3 installed.
The text was updated successfully, but these errors were encountered:
Pretty sure those two plugins are incompatible cause they both overwrite built-in parsers (i.e. the last plugin wins). There's a pinned issue about this in the prettier-plugin-tailwindcss repo iirc.
For others running into this, the Tailwind folks released an update that is compatible with this plugin. It just requires a little bit of configuration to ensure prettier-plugin-tailwindcss is the final prettier plugin loaded. More details are here: tailwindlabs/prettier-plugin-tailwindcss#31 (comment)
I have the following packages installed:
Prettier works. Tailwindcss plugin works. Organize import does nothing when I run prettier. Even when I configure it explicitly in prettier config. Typescript 4.9.3 installed.
The text was updated successfully, but these errors were encountered: