Skip to content

Instantly share code, notes, and snippets.

@JackHowa
Created December 3, 2020 15:46
Show Gist options
  • Save JackHowa/f1fe1eb2b03485ba874ae2f6a13bd32a to your computer and use it in GitHub Desktop.
Save JackHowa/f1fe1eb2b03485ba874ae2f6a13bd32a to your computer and use it in GitHub Desktop.
vs code settings
{
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[scss]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
},
},
"[jsx]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
},
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"cSpell.enabled": true,
"cSpell.words": [
"WCAG",
"autoplay",
"corecomponents",
"proptypes",
"requestidlecallback",
"resizer",
"taboola",
"wpmedia"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment