Closed vlanemcev closed 4 years ago
This extension is meant to toggle formatters (like Prettier), not linters. It never was supposed to impact ESLint since you (usually) only want it on projects with a config file. Or are you using a global config? 😕
I’ll close for now.
To ESLint - https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint you need to specify the property:
"editor.codeActionsOnSave": { "source.fixAll": true }
instead of formatOnSave