Skip to content

Instantly share code, notes, and snippets.

@joejag
Created November 13, 2020 15:33
Show Gist options
  • Save joejag/5e3cf9a6fb0d20b9353cd5e8519a288e to your computer and use it in GitHub Desktop.
Save joejag/5e3cf9a6fb0d20b9353cd5e8519a288e to your computer and use it in GitHub Desktop.
{
"workbench.startupEditor": "newUntitledFile",
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment