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
It appears that either prettier-plugin-tailwindcss or prettier-plugin-organize-imports affect the file, based on which one appears last in the config plugin list, but not both.
I am currently able to somewhat merge the two plugins manually by using the preprocess function from prettier-plugin-organize-imports, but it would be nice if the two got along without the patch:
Hey! Thanks for reporting this. I've created a new issue (#31) dedicated to keeping track of Prettier plugins that are not compatible with this plugin. Closing this issue in favor of that 👍
Please feel free to post this incompatibility with prettier-plugin-organize-imports in that issue, it would be great to have it there for quick reference.
Update on this one — we've added support for this plugin in the latest (beta) version of our Prettier plugin. You can read more about that here: #31 (comment)
It appears that either
prettier-plugin-tailwindcss
orprettier-plugin-organize-imports
affect the file, based on which one appears last in the config plugin list, but not both.Prettier Version: 2.5.1
prettier-plugin-tailwindcss
version: 0.1.4prettier-plugin-organize-imports
version: 2.3.4I am currently able to somewhat merge the two plugins manually by using the
preprocess
function fromprettier-plugin-organize-imports
, but it would be nice if the two got along without the patch:The text was updated successfully, but these errors were encountered: