Skip to content

Instantly share code, notes, and snippets.

@sinpaout
Last active December 28, 2019 14:31
Show Gist options
  • Save sinpaout/70a75e26de7a92f3339ce73092649a00 to your computer and use it in GitHub Desktop.
Save sinpaout/70a75e26de7a92f3339ce73092649a00 to your computer and use it in GitHub Desktop.
VScode's eslint setting for workspace
{
"eslint.alwaysShowStatus": true,
"eslint.enable": true,
"eslint.options": {
"configFile": ".eslintrc",
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment