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