webdevcody / next-drizzle-lucia-sqlite-template

MIT License
383 stars 96 forks source link

Add prettier as formatter with tailwind plugin #19

Closed lucasheriques closed 4 months ago

lucasheriques commented 4 months ago

This PR adds Prettier as the code formatted, and also installs the Tailwind plugin for automatic class sorting.

I prefer coming into a new project with the formatting already defined so there are no formatting changes when collaborating. Kind of gofmt style.

Appreciate any thoughts 🙏

I also added an additional commit where I ran npx prettier. --write to format all current files. That's the main reason for the high number of changes. The only changes I actually made are on a79fa61.