# Reference: # https://github.com/evilmartians/lefthook/blob/master/docs/full_guide.md pre-push: parallel: true commands: eslint: skip: - merge - rebase run: pnpm lint commit-msg: parallel: true commands: commitlint: skip: - merge - rebase run: pnpm commitlint --edit "$1"