feat: 引入prettier来保证前端代码风格一致

This commit is contained in:
lanyeeee
2025-07-08 20:56:58 +08:00
parent 03632eb321
commit a5010edd98
7 changed files with 62 additions and 44 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"bracketSameLine": true,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "ignore"
}