Skip to content

Instantly share code, notes, and snippets.

@dbtek
Last active October 14, 2021 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbtek/59dd47b7a294e153f65c79e245fbfe28 to your computer and use it in GitHub Desktop.
Save dbtek/59dd47b7a294e153f65c79e245fbfe28 to your computer and use it in GitHub Desktop.
VSCode Eslint Fix on Save

Add following to settings.json:

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

Make sure 'editor.formatOnSave' not enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment