Skip to content

Instantly share code, notes, and snippets.

@ultrasounder
Last active December 23, 2021 16:42
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 ultrasounder/1ef24cde2f50f563fca14194da683108 to your computer and use it in GitHub Desktop.
Save ultrasounder/1ef24cde2f50f563fca14194da683108 to your computer and use it in GitHub Desktop.
VSCODE Settings.json
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false
},
"[javascriptreact]": {
"editor.formatOnSave": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment