{ "hooks": { "pre-push": "npm run lint && npm run validate && npm run test", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }