🎨 Formatting: Actually use prettier-plugin-tailwindcss

I couldn't find any reason why this plugin is in package.json but not in .prettierrc. Also no issues/PRs etc.

Auto formatting with this hasn't been added or tested for accuracy yet (only for functionality), but I assume that if the plugin is in package.json, it should actually get used by prettier.
This commit is contained in:
Served Smart
2025-06-21 19:16:56 +02:00
parent a9aae948eb
commit ed7a36655b

View File

@@ -6,8 +6,9 @@
"trailingComma": "all",
"proseWrap": "always",
"plugins": [
"@awmottaz/prettier-plugin-void-html",
"prettier-plugin-go-template",
"@awmottaz/prettier-plugin-void-html"
"prettier-plugin-tailwindcss"
],
"overrides": [
{