chore: 删除 .prettierrc 配置文件

This commit is contained in:
2026-02-08 22:15:28 +08:00
parent 3a801ba016
commit 32e3f68cf5

View File

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