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.
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.