Created
August 2, 2019 11:57
-
-
Save paddingme/ebc9e56610bafb92f58f427f6f8481c5 to your computer and use it in GitHub Desktop.
xxx.json
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
"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