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
As the title says when installing the dependency using the pnpm add -D prettier-plugin-tailwindcss command and then running pnpm prettier --write, these new rules are not taken into account. I tried deleting the node_modules folder, to reinstall everything and it didn't work either.
After this, I deleted the node_modules folder again to install using yarn, thinking that it is the package manager and when I executed the command it did apply the new order rules in all the corresponding files. I don't know what this is due to or if it has to do with the way pnpm handles packages.
My current prettier version is 2.5.1 and the prettier-plugin-tailwindcss is the latest (0.1.3).
The text was updated successfully, but these errors were encountered:
As the title says when installing the dependency using the
pnpm add -D prettier-plugin-tailwindcss
command and then runningpnpm prettier --write
, these new rules are not taken into account. I tried deleting the node_modules folder, to reinstall everything and it didn't work either.After this, I deleted the node_modules folder again to install using
yarn
, thinking that it is the package manager and when I executed the command it did apply the new order rules in all the corresponding files. I don't know what this is due to or if it has to do with the way pnpm handles packages.My current prettier version is 2.5.1 and the prettier-plugin-tailwindcss is the latest (0.1.3).
The text was updated successfully, but these errors were encountered: