Skip to content

Commit 3563452

Browse files
authored
Merge pull request #2267 from servedsmart/add-prettier-plugin-tailwindcss
🎨 Formatting: Actually use prettier-plugin-tailwindcss
2 parents 6d94d1d + ed7a366 commit 3563452

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)