Skip to content

Instantly share code, notes, and snippets.

@renanmav
Created August 3, 2019 18:40
Show Gist options
  • Save renanmav/c0bbc638429b9c7bca1a33142d5d0d25 to your computer and use it in GitHub Desktop.
Save renanmav/c0bbc638429b9c7bca1a33142d5d0d25 to your computer and use it in GitHub Desktop.
{
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.renderLineHighlight": "gutter",
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"breadcrumbs.enabled": true,
"editor.parameterHints.enabled": true,
"prettier.eslintIntegration": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
],
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.insertSpaces": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment