Skip to content

Commit 629fb23

Browse files
feat(commitlint): Add Commitlint for writing consistent commit messages (#12)
Setup commitlint cli for writing consistent commit messages along with the npm script for commiting.
1 parent d036141 commit 629fb23

File tree

3 files changed

+1908
-85
lines changed

3 files changed

+1908
-85
lines changed

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default { extends: ["@commitlint/config-conventional"] };

0 commit comments

Comments
 (0)