Created
September 7, 2019 22:00
-
-
Save uguisu-an/2bbb95ce519aab23b1c78d41788d4e8d to your computer and use it in GitHub Desktop.
vocode settings for eslint
This file contains 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, | |
"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