Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 7cebfa6

Browse files
committed
Merge branch 'main' into admin
2 parents 384e24c + 81af295 commit 7cebfa6

File tree

4 files changed

+659
-0
lines changed

4 files changed

+659
-0
lines changed

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
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

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

package.json

Lines changed: 2 additions & 0 deletions
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)