Skip to content

Instantly share code, notes, and snippets.

@alanhe421
Created September 13, 2019 07:38
Show Gist options
  • Save alanhe421/30d344cb7fdd24a9e367bf217e6b9100 to your computer and use it in GitHub Desktop.
Save alanhe421/30d344cb7fdd24a9e367bf217e6b9100 to your computer and use it in GitHub Desktop.
husky config
{
"hooks": {
"pre-commit": "tsc --noEmit && lint-staged",
"pre-push": "yarn install && yarn run test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment