Closed rdhar closed 1 year ago
For VS Code's ESLint plugin, the source.fixAll has since been replaced in favour of source.fixAll.eslint. As such, the updated setting should read:
source.fixAll
source.fixAll.eslint
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
Cheers.
thank you!
For VS Code's ESLint plugin, the
source.fixAll
has since been replaced in favour ofsource.fixAll.eslint
. As such, the updated setting should read:Cheers.