11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
"bracketSameLine": true,
|
|
"semi": false,
|
|
"vueIndentScriptAndStyle": true,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"printWidth": 90,
|
|
"jsxSingleQuote": true,
|
|
"singleQuote": true,
|
|
"trailingComma" : "none"
|
|
}
|