We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453acbc commit 1f2b80fCopy full SHA for 1f2b80f
2 files changed
‎.prettierrc‎
@@ -2,5 +2,6 @@
2
"singleQuote": false,
3
"semi": true,
4
"tabWidth": 2,
5
- "printWidth": 80
+ "printWidth": 80,
6
+ "plugins": ["prettier-plugin-tailwindcss"]
7
}
‎package.json‎
@@ -89,6 +89,7 @@
89
"lint-staged": "^16.2.3",
90
"postcss": "^8.5.3",
91
"prettier": "^3.6.2",
92
+ "prettier-plugin-tailwindcss": "^0.6.14",
93
"tailwindcss": "^4.1.4",
94
"typescript": "~5.3"
95
},
0 commit comments