Skip to content

Commit ed7a366

Browse files
committed
🎨 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.
1 parent a9aae94 commit ed7a366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"trailingComma": "all",
77
"proseWrap": "always",
88
"plugins": [
9+
"@awmottaz/prettier-plugin-void-html",
910
"prettier-plugin-go-template",
10-
"@awmottaz/prettier-plugin-void-html"
11+
"prettier-plugin-tailwindcss"
1112
],
1213
"overrides": [
1314
{

0 commit comments

Comments
 (0)