vscode的eslint保存修复不起作用,在setting中加上下面的一句就好了 "editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
评论