fix: prettier格式化

develop
TangShanDD 2025-08-16 13:32:21 +08:00
parent da982bac7f
commit 806c0edd22
1 changed files with 8 additions and 0 deletions

8
.prettierrc Normal file
View File

@ -0,0 +1,8 @@
{
"printWidth": 300,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid"
}