Skip to content

Instantly share code, notes, and snippets.

@uguisu-an
Created September 7, 2019 22:00
Show Gist options
  • Save uguisu-an/2bbb95ce519aab23b1c78d41788d4e8d to your computer and use it in GitHub Desktop.
Save uguisu-an/2bbb95ce519aab23b1c78d41788d4e8d to your computer and use it in GitHub Desktop.
vocode settings for eslint
{
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{"language": "typescript", "autoFix": true },
{"language": "typescriptreact", "autoFix": true },
{"language": "vue", "autoFix": true }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment