Created
January 20, 2021 01:23
-
-
Save NandoKstroNet/78bd06fd952cb62950d3f804701c6217 to your computer and use it in GitHub Desktop.
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.formatOnSave": true, | |
"[javascript]": { | |
"editor.formatOnSave": false, | |
}, | |
"[javascriptreact]": { | |
"editor.formatOnSave": false, | |
}, | |
"prettier.disableLanguages": [ | |
"js" | |
], | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": true | |
}, | |
"eslint.alwaysShowStatus": true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment