Skip to content

Instantly share code, notes, and snippets.

@subicura
Created January 6, 2020 11:18
Show Gist options
  • Save subicura/041f1ae908aa687eb1fb893f45977a17 to your computer and use it in GitHub Desktop.
Save subicura/041f1ae908aa687eb1fb893f45977a17 to your computer and use it in GitHub Desktop.
vscode setting example
{
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true,
"source.fixAll.eslint": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment