SimonStnn / pop-a-loon

The new rising trend (literally) that changes the browser game completely.
https://github.com/SimonStnn/pop-a-loon#installation
Apache License 2.0
10 stars 4 forks source link

Unused tailwind prettier plugin #222

Closed SimonStnn closed 4 weeks ago

SimonStnn commented 1 month ago

https://github.com/SimonStnn/pop-a-loon/blob/8ce39bd4310009e619378ae263134bd3f74791db/package.json#L81

The tailwind prettier plugin is installed, but is not used. The following needs to be added to the .prettierrc file:

{
  "plugins": ["prettier-plugin-tailwindcss"]
}

https://tailwindcss.com/blog/automatic-class-sorting-with-prettier

When adding the plugin, it may also be useful to update the prettier deps (just do the plugin installation process again).