Skip to content

Instantly share code, notes, and snippets.

@justerror
Last active October 14, 2021 11:19
Show Gist options
  • Save justerror/610dd9062958a3a9b9cb87f97282c15b to your computer and use it in GitHub Desktop.
Save justerror/610dd9062958a3a9b9cb87f97282c15b to your computer and use it in GitHub Desktop.
{
"*.html": "htmlhint --config .htmlhintrc -i index.html",
"*.css": [
"stylelint --fix"
],
"*.scss": [
"stylelint -s=scss --fix"
],
"*.{js,ts}": "eslint --fix",
"*.{js,ts,css,scss,md}": "prettier --write"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment