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
By using "prettier-plugin-tailwindcss" and adding "plugins": ["prettier-plugin-tailwindcss"] to .prettierrc.json prettier stops working for any type of file. If I remove this line it works for everything except the tailwind classes.
I also tried "eslint-plugin-tailwindcss" without changing ".prettierrc.json" I get lines below the code where there is a tailwind error. This is coming from Eslint, but on save prettier doesn't format tailwind classes. It does the rest of the code.
The text was updated successfully, but these errors were encountered:
By using "prettier-plugin-tailwindcss" and adding
"plugins": ["prettier-plugin-tailwindcss"]
to .prettierrc.json prettier stops working for any type of file. If I remove this line it works for everything except the tailwind classes.I also tried "eslint-plugin-tailwindcss" without changing ".prettierrc.json" I get lines below the code where there is a tailwind error. This is coming from Eslint, but on save prettier doesn't format tailwind classes. It does the rest of the code.
The text was updated successfully, but these errors were encountered: