🎨 chore(prettier): add .prettierrc

This commit is contained in:
2025-01-16 02:50:49 +08:00
parent acc241e1a0
commit 762a19e53f

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"singleQuote": true,
"jsxSingleQuote": true,
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 80,
"tabWidth": 2,
"bracketSpacing": true,
"semi": false,
"trailingComma": "es5",
"vueIndentScriptAndStyle": false
}