We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295940f commit 596ea91Copy full SHA for 596ea91
.husky/commit-msg
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
+#!/bin/sh
+. "$(dirname "$0")/_/husky.sh"
3
4
-pnpm commitlint -E HUSKY_GIT_PARAMS
+pnpm commitlint --edit $1 --config commitlint.config.js
.husky/pre-commit
-pnpm lint-staged
+pnpm lint-staged --allow-empty
0 commit comments