Skip to content

Instantly share code, notes, and snippets.

@alzalabany
Last active March 2, 2020 09:47
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 alzalabany/b8ac77c70ded53179b4d280dd8a7787a to your computer and use it in GitHub Desktop.
Save alzalabany/b8ac77c70ded53179b4d280dd8a7787a to your computer and use it in GitHub Desktop.
vscode settings
{
"workbench.iconTheme": "vscode-icons",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"typescriptHero.imports.organizeOnSave": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"editor.renderWhitespace": "boundary"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment