eslint配置

{
"git.autofetch": true,
"eslint.validate": [
"javascipt",
{
"language": "vue",
"autoFix": true,
},
{
"language": "html",
"autoFix": true,
},
],
"files.autoSave": "onFocusChange",
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.renderIndentGuides": false,
"git.enableSmartCommit": true,
"window.zoomLevel": 0,
"editor.tabCompletion": "on",
"eslint.alwaysShowStatus": true,
"editor.formatOnSaveTimeout": 1000,
"editor.codeActionsOnSaveTimeout": 1000,
"eslint.autoFixOnSave": true,

"editor.formatOnSave": true

}

君不见,高堂明镜悲白发,朝如青丝暮成雪
原文地址:https://www.cnblogs.com/lzhflzjx/p/14922514.html