Skip to content

Instantly share code, notes, and snippets.

@seandlg
Created July 9, 2020 03:19
Show Gist options
  • Save seandlg/cc73f3d50e3474396d0405f871086b5c to your computer and use it in GitHub Desktop.
Save seandlg/cc73f3d50e3474396d0405f871086b5c to your computer and use it in GitHub Desktop.
VSCode settings.json
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"window.zoomLevel": 0,
"workbench.startupEditor": "newUntitledFile",
"eslint.validate": [
"vue",
"html",
"javascript",
"typescript",
"javascriptreact",
"typescriptreact"
],
"explorer.confirmDelete": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment