Skip to content

Instantly share code, notes, and snippets.

@hossammourad
Created March 20, 2020 02:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hossammourad/3bc2d91bf8fd2919f05e1aaa5207d5a1 to your computer and use it in GitHub Desktop.
Save hossammourad/3bc2d91bf8fd2919f05e1aaa5207d5a1 to your computer and use it in GitHub Desktop.
VSCode keybinding to auto-fix ESLint issues when the formatting code shortcut shift+alt+F is pressed
{
"key": "shift+alt+f",
"command": "editor.action.codeAction",
"args": {
"kind": "source.fixAll.eslint",
"apply": "first"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment