We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd28f8 commit a59338cCopy full SHA for a59338c
frontend/.prettierrc
@@ -0,0 +1,5 @@
1
+{
2
+ "printWidth": 80,
3
+ "tabWidth": 2,
4
+ "plugins": ["prettier-plugin-tailwindcss"]
5
+}
frontend/package.json
@@ -29,6 +29,8 @@
29
"eslint-plugin-react-hooks": "^5.0.0",
30
"eslint-plugin-react-refresh": "^0.4.14",
31
"globals": "^15.11.0",
32
+ "prettier": "^3.3.3",
33
+ "prettier-plugin-tailwindcss": "^0.6.8",
34
"typescript": "~5.6.2",
35
"typescript-eslint": "^8.11.0",
36
"vite": "^5.4.10"
0 commit comments