Skip to content

Commit 65a2c7a

Browse files
committed
chore(commitlint): add commitlint config to ensure proper commits
1 parent e9c9786 commit 65a2c7a

File tree

4 files changed

+704
-1
lines changed

4 files changed

+704
-1
lines changed

.commitlintrc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
extends:
2+
- '@commitlint/config-conventional'

.huskyrc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
hooks:
2+
commit-msg: commitlint -E HUSKY_GIT_PARAMS

0 commit comments

Comments
 (0)