style: 🎨 更新 prettier 配置文件

This commit is contained in:
jqtmviyu 2025-04-22 00:06:03 +08:00
parent 94c0feec43
commit 0660b323a5

View File

@ -2,11 +2,11 @@
"singleQuote": true, "singleQuote": true,
"semi": false, "semi": false,
"printWidth": 100, "printWidth": 100,
"trailingComma": "es5", "trailingComma": "all",
"endOfLine": "auto", "endOfLine": "auto",
"tabWidth": 2, "tabWidth": 2,
"useTabs": false, "useTabs": false,
"quoteProps": "as-needed", "quoteProps": "as-needed",
"arrowParens": "avoid", "bracketSpacing": true,
"bracketSpacing": true "arrowParens": "always"
} }