.huskyrc 52 B

12345
  1. {
  2. "hooks": {
  3. "pre-commit": "lint-staged"
  4. }
  5. }