wesbos / eslint-config-wesbos

No-Sweat™ Eslint and Prettier Setup - with or without VS Code
2.74k stars 419 forks source link

Amend source.fixAll.eslint #132

Closed rdhar closed 1 year ago

rdhar commented 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:

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

Cheers.

wesbos commented 1 year ago

thank you!