Skip to content

Commit 9e3ec65

Browse files
feat: commit-lint hook feature (#134)
1 parent 17f082c commit 9e3ec65

File tree

3 files changed

+3113
-580
lines changed

3 files changed

+3113
-580
lines changed

commitlint.config.js

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+
};

0 commit comments

Comments
 (0)