Skip to content

Instantly share code, notes, and snippets.

@paddingme
Created August 2, 2019 11:57
Show Gist options
  • Save paddingme/ebc9e56610bafb92f58f427f6f8481c5 to your computer and use it in GitHub Desktop.
Save paddingme/ebc9e56610bafb92f58f427f6f8481c5 to your computer and use it in GitHub Desktop.
xxx.json
"eslint.autoFixOnSave": true,
// An array of language ids which should be validated by ESLint
"eslint.validate": [
"javascript",
// jsx
"javascriptreact",
// vue
{
"language": "vue",
"autoFix": true
},
// ts
{
"language": "typescript",
"autoFix": true
},
// tsx
{
"language": "typescriptreact",
"autoFix": true
},
"html"
],
"eslint.alwaysShowStatus": true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment