{
"hooks": {
"pre-push": "npm t",
"commit-msg": "commitlint --extends=@commitlint/config-angular -e"
}