Skip to content

Instantly share code, notes, and snippets.

@eserdinyo
Created December 3, 2020 07:01
Show Gist options
  • Save eserdinyo/a30373dc86a4db720cce9c14e27b70b7 to your computer and use it in GitHub Desktop.
Save eserdinyo/a30373dc86a4db720cce9c14e27b70b7 to your computer and use it in GitHub Desktop.
lint on save
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment