Skip to content

Commit 4f9eaaa

Browse files
committed
Merge branch 'main' into admin
2 parents 9aa41f0 + 81af295 commit 4f9eaaa

File tree

4 files changed

+663
-4
lines changed

4 files changed

+663
-4
lines changed

.husky/commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
pnpm exec commitlint --edit "$1"

commitlint.config.cjs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
extends: ["@commitlint/config-conventional"],
3+
};

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"validate-color": "^2.2.1"
2727
},
2828
"devDependencies": {
29+
"@commitlint/cli": "^17.0.2",
30+
"@commitlint/config-conventional": "^17.0.2",
2931
"@types/express": "^4.17.13",
3032
"@types/jest": "^27.5.2",
3133
"@types/supertest": "^2.0.12",

0 commit comments

Comments
 (0)