🔧 config: 新增配置文件
This commit is contained in:
parent
529ce84be7
commit
f4151cbd44
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue