vscode保存文件时会自动格式化,下面更改方法:
打开配置文件setting.json
添加:
"editor.codeActionsOnSave": { "source.fixAll.eslint": false },