添加: Prettier配置

This commit is contained in:
Product Manager 2026-03-10 09:43:24 +00:00
parent 4b0e40d842
commit 443fe082c7

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}