16 lines
440 B
JSON
16 lines
440 B
JSON
|
{
|
||
|
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
|
||
|
"vetur.format.defaultFormatter.html": "js-beautify-html",
|
||
|
"vetur.format.defaultFormatterOptions": {
|
||
|
"js-beautify-html": {
|
||
|
"wrap_attributes": "force-aligned"
|
||
|
}
|
||
|
},
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": true
|
||
|
},
|
||
|
"eslint.format.enable": true,
|
||
|
"eslint.validate": ["javascript", "vue", "html"]
|
||
|
}
|
||
|
|