eslint保存后自动修复的配置 raymon 2022-02-11 549 阅读1分钟 { "eslint.run": "onType", "editor.codeActionsOnSave" :{ "source.fixAll.eslint": true } }