Created
February 3, 2021 11:58
-
-
Save 0xtelmo/2b5a4a6882bcbec2f3e8cdfbbf9983e4 to your computer and use it in GitHub Desktop.
Auto Fix ESLint
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
{ | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": true | |
}, | |
"editor.formatOnSave": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment