Created
January 31, 2020 21:13
-
-
Save tiptopcoder/0a7530f3d8833e363937bf014ce399fc to your computer and use it in GitHub Desktop.
VSCode eslint autofix
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
{ | |
"editor.formatOnSave": false, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment