26 lines
709 B
JSON
26 lines
709 B
JSON
{
|
|
"typescript.preferences.includePackageJsonAutoImports": "on",
|
|
"typescript.suggest.autoImports": true,
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
"vue.codeActions.enabled": true,
|
|
"vue.complete.casing.tags": "kebab",
|
|
"vue.complete.casing.props": "camel",
|
|
"vetur.validation.template": false,
|
|
"vetur.validation.script": false,
|
|
"vetur.validation.style": false,
|
|
"emmet.includeLanguages": {
|
|
"vue": "html"
|
|
},
|
|
"files.associations": {
|
|
"*.vue": "vue"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
} |