关键词:vscode; eslint; 保存自动修复; 打开vscode,按步骤点击 步骤1 步骤2 在setting.json文件中添加配置项 "editor.codeActionsOnSave": { "source.fixAll.eslint": true } }