chore: add prettier-tailwind config and format all files

This commit is contained in:
2024-04-20 23:44:14 +02:00
parent 6949492af3
commit 55b0ac8794
6 changed files with 1766 additions and 823 deletions

View File

@@ -7,6 +7,7 @@
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"format": "prettier --write .",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
@@ -30,6 +31,7 @@
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"