{ "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "{commandType} lint && {commandType} format:check", "pre-push": "{commandType} test" } }