.huskyrc 55 B

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