Skip to content

Commit

Permalink
feat(commitlint): Add Commitlint for writing consistent commit messag…
Browse files Browse the repository at this point in the history
…es (WebDevCaptain-Lab#12)

Setup commitlint cli for writing consistent commit messages along with the npm script for commiting.
  • Loading branch information
WebDevCaptain authored Jan 11, 2025
1 parent d036141 commit 629fb23
Show file tree
Hide file tree
Showing 3 changed files with 1,908 additions and 85 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default { extends: ["@commitlint/config-conventional"] };
Loading

0 comments on commit 629fb23

Please sign in to comment.