🔧 config: 新增配置文件

This commit is contained in:
wangsongsole 2023-06-15 11:10:43 +08:00
parent 529ce84be7
commit f4151cbd44
1 changed files with 20 additions and 0 deletions

20
.prettierrc Normal file
View File

@ -0,0 +1,20 @@
{
"eslintIntegration": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"vueIndentScriptAndStyle": false,
"singleQuote": false,
"quoteProps": "as-needed",
"bracketSpacing": true,
"trailingComma": "none",
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"arrowParens": "always",
"insertPragma": false,
"requirePragma": false,
"proseWrap": "never",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "auto"
}