Skip to content

Commit

Permalink
ci: setup commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jul 2, 2024
1 parent f4897b9 commit 550ad40
Show file tree
Hide file tree
Showing 4 changed files with 739 additions and 0 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no -- commitlint --edit $1
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
Loading

0 comments on commit 550ad40

Please sign in to comment.