Skip to content

Commit 9552342

Browse files
committed
feat: added husky and commitlint
1 parent e729482 commit 9552342

File tree

5 files changed

+2139
-8305
lines changed

5 files changed

+2139
-8305
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+
npx commitlint --edit

commitlint.config.js

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

0 commit comments

Comments
 (0)