We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9d59a commit cbfa98cCopy full SHA for cbfa98c
.husky/commit-msg
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env sh
2
+
3
+. "$(dirname "$0")/_/husky.sh"
4
5
+npx commitlint --edit $1
6
7
+exit 0
.husky/pre-commit
package.json
@@ -9,18 +9,11 @@
9
"typecheck": "pnpm run -r typecheck",
10
"prepare": "husky"
11
},
12
- "lint-staged": {},
13
"commitlint": {
14
"extends": [
15
"@commitlint/config-conventional"
16
]
17
18
- "husky": {
19
- "hooks": {
20
- "pre-commit": "lint-staged",
21
- "commit-msg": "commitlint --edit $1"
22
- }
23
- },
24
"engines": {
25
"node": "20.15.1",
26
"pnpm": "9.4.0"
0 commit comments