Skip to content

Instantly share code, notes, and snippets.

@NandoKstroNet
Created January 20, 2021 01:23
Show Gist options
  • Save NandoKstroNet/78bd06fd952cb62950d3f804701c6217 to your computer and use it in GitHub Desktop.
Save NandoKstroNet/78bd06fd952cb62950d3f804701c6217 to your computer and use it in GitHub Desktop.
"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