Skip to content

Instantly share code, notes, and snippets.

@lydemann
Last active August 13, 2019 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/ecd069c021ff6cc771a04678bdca0494 to your computer and use it in GitHub Desktop.
Save lydemann/ecd069c021ff6cc771a04678bdca0494 to your computer and use it in GitHub Desktop.
{
"*.{ts,json,md,scss,html}": [
"prettier --write",
"git add"
],
"*.ts": [
"tslint --fix",
"git add"
],
"*.scss": [
"stylelint --fix",
"git add"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment