.huskyrc 93 B

123456
  1. {
  2. "hooks": {
  3. "pre-commit": "lint-staged",
  4. "pre-push": "yarn test"
  5. }
  6. }