Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

The readme's suggested "eslint.autoFixOnSave": true is deprecated #6

Open
tvharris opened this issue Nov 16, 2021 · 0 comments
Open

Comments

@tvharris
Copy link

The readme says: To enable automatic small fixes on file save, add "eslint.autoFixOnSave": true to VSCode settings.json.
That setting is now deprecated. Instead, use

"editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant