Skip to content

Instantly share code, notes, and snippets.

@danwild
Created November 28, 2019 22:13
Show Gist options
  • Save danwild/c8a28788ecf2a13527d51c7b8c2fd85f to your computer and use it in GitHub Desktop.
Save danwild/c8a28788ecf2a13527d51c7b8c2fd85f to your computer and use it in GitHub Desktop.
Dump of some VSCode settings for eslint + prettier auto linting/formatting
{
"editor.tabSize": 2,
"editor.formatOnSave": true,
"workbench.colorTheme": "Darkula",
"workbench.editor.enablePreview": false,
"eslint.run": "onType",
"eslint.autoFixOnSave": true,
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment