1{ 2 "hooks": { 3 "pre-commit": "yarn pre-commit", 4 "pre-push": "yarn pre-push", 5 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" 6 } 7} 8