Skip to content

Instantly share code, notes, and snippets.

@omega-takai
Created October 10, 2022 19:11
Show Gist options
  • Save omega-takai/e289a644e4ec8d5b6609295338059cac to your computer and use it in GitHub Desktop.
Save omega-takai/e289a644e4ec8d5b6609295338059cac to your computer and use it in GitHub Desktop.
{
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"css.validate": false,
"scss.validate": false,
"stylelint.validate": ["css", "scss"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment