{
"window.zoomLevel": 2,
"workbench.colorTheme": "Monokai",
"files.trimTrailingWhitespace": true,
//配置eslint
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript", {
"language": "vue",
"autoFix": true
}, "html",
"vue"
],
"files.autoSave": "off",
"vetur.format.defaultFormatter.html": "js-beautify-html"
}