We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8bc5f commit ffb5e98Copy full SHA for ffb5e98
.gitignore
@@ -29,6 +29,5 @@ yarn.lock
29
*.sw?
30
31
pnpm-lock.yaml
32
-.husky
33
.turbo
34
__snapshots__
.husky/_/commit-msg
@@ -0,0 +1,2 @@
1
+#!/usr/bin/env sh
2
+npx --no -- commitlint -g ./node_modules/@janghood/lint/config/commitlint.config.ts --edit $1
.husky/_/pre-push
+npx jhlint
0 commit comments