Skip to content

Instantly share code, notes, and snippets.

@0xtelmo
Created February 3, 2021 11:58
Show Gist options
  • Save 0xtelmo/2b5a4a6882bcbec2f3e8cdfbbf9983e4 to your computer and use it in GitHub Desktop.
Save 0xtelmo/2b5a4a6882bcbec2f3e8cdfbbf9983e4 to your computer and use it in GitHub Desktop.
Auto Fix ESLint
{
"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