Skip to content

Instantly share code, notes, and snippets.

@pascencio
Last active June 22, 2020 15:58
Show Gist options
  • Save pascencio/141e87cfda8a0420abae2122f3cf9e0a to your computer and use it in GitHub Desktop.
Save pascencio/141e87cfda8a0420abae2122f3cf9e0a to your computer and use it in GitHub Desktop.
Standard.js settings for Visual Studio Code
{
"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