chore: add prettier

This commit is contained in:
zihluwang
2025-05-29 08:26:02 +08:00
parent dac603192c
commit 6ac266aaba
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -32,6 +32,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^15.15.0",
"prettier": "^3.5.3",
"typescript": "~5.6.3",
"typescript-eslint": "^8.32.0",
"vite": "^6.3.5"
@@ -39,6 +40,9 @@
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild"
],
"onlyBuiltDependencies": [
"@tailwindcss/oxide"
]
}
}