Skip to content

Instantly share code, notes, and snippets.

@ErikGMatos
Last active January 13, 2021 16:26
Show Gist options
  • Select an option

  • Save ErikGMatos/91382df0aae2ab2ce762b18ac0875e58 to your computer and use it in GitHub Desktop.

Select an option

Save ErikGMatos/91382df0aae2ab2ce762b18ac0875e58 to your computer and use it in GitHub Desktop.
{
// ...
"css.validate": false,
"less.validate": false,
"scss.validate": false,
"[javascriptreact]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
}
},
"[typescriptreact]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
}
},
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment