Last active
December 28, 2019 14:31
-
-
Save sinpaout/70a75e26de7a92f3339ce73092649a00 to your computer and use it in GitHub Desktop.
VScode's eslint setting for workspace
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.alwaysShowStatus": true, | |
"eslint.enable": true, | |
"eslint.options": { | |
"configFile": ".eslintrc", | |
}, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": true | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment