Skip to content

Instantly share code, notes, and snippets.

@navono
Created August 12, 2022 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navono/f815631eb9406229bee6615adf0da83d to your computer and use it in GitHub Desktop.
Save navono/f815631eb9406229bee6615adf0da83d to your computer and use it in GitHub Desktop.
vscode settings.json
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment