{ "hooks": { "pre-commit": "lint-staged && npm run lint -- --no-fix", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }