dev-yakuza / dev-yakuza.github.io

8 stars 9 forks source link

[Next.js] Prettier - Let's see how to configure Prettier in Next.js. #86

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

[Next.js] Prettier - Let's see how to configure Prettier in Next.js.

Let's see how to configure Prettier in Next.js.

https://dev-yakuza.posstree.com/en/react/nextjs/prettier/

ACPK commented 1 year ago

I get the error Cannot read properties of undefined (reading 'parsers') when running npm run format.

ACPK commented 1 year ago

The error seems to be because the tailwind sorting plugin is now incompatible with prettier version 3.0.0 so if you want to use if you have to use prettier version 2.8.8

dev-yakuza commented 1 year ago

@ACPK Thanks for sharing your issue. I hope it's helpful for someone to fix the same issue.