20 lines
508 B
Plaintext
20 lines
508 B
Plaintext
|
{
|
||
|
"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"
|
||
|
}
|