Skip to content

Instantly share code, notes, and snippets.

@tiptopcoder
Created January 31, 2020 21:13
Show Gist options
  • Save tiptopcoder/0a7530f3d8833e363937bf014ce399fc to your computer and use it in GitHub Desktop.
Save tiptopcoder/0a7530f3d8833e363937bf014ce399fc to your computer and use it in GitHub Desktop.
VSCode eslint autofix
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment