Add prettier

This commit is contained in:
1ilit
2024-04-06 11:11:12 +03:00
parent da0cf2247c
commit 2c525a2ffd
4 changed files with 39 additions and 0 deletions

View File

@@ -36,10 +36,12 @@
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.32",
"prettier": "3.2.5",
"tailwindcss": "^3.3.6",
"vite": "^5.0.11"
},