eslint保存后自动修复的配置

549 阅读1分钟

{ "eslint.run": "onType", "editor.codeActionsOnSave" :{ "source.fixAll.eslint": true } }