Created
January 6, 2020 11:18
-
-
Save subicura/041f1ae908aa687eb1fb893f45977a17 to your computer and use it in GitHub Desktop.
vscode setting example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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