Created
September 15, 2020 10:35
-
-
Save awongh/2ae0e7bcd6c7660822f8b6e12ed84f2b to your computer and use it in GitHub Desktop.
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": true, | |
"editor.formatOnPaste": true, | |
"eslint.codeAction.showDocumentation": { | |
"enable": true | |
}, | |
"eslint.format.enable": true, | |
"eslint.lintTask.enable": true, | |
"eslint.migration.2_x": "off" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment