Last active
June 22, 2020 15:58
-
-
Save pascencio/141e87cfda8a0420abae2122f3cf9e0a to your computer and use it in GitHub Desktop.
Standard.js settings for Visual Studio Code
This file contains hidden or 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
{ | |
"settings": { | |
"javascript.validate.enable": false, | |
"typescript.validate.enable": false, | |
"standard.autoFixOnSave": true, | |
"javascript.format.enable": false, | |
"typescript.format.enable": false, | |
"editor.tabSize": 2 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment