Skip to content

Instantly share code, notes, and snippets.

@agcty
Created March 27, 2020 18:37
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 agcty/336fce653bc9f8ff70c22e31cf691c6b to your computer and use it in GitHub Desktop.
Save agcty/336fce653bc9f8ff70c22e31cf691c6b to your computer and use it in GitHub Desktop.
VSCode Settings for auto fixes
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment