Skip to content

Commit

Permalink
ci(commitlint): add commitlint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius9595 committed Sep 14, 2024
1 parent b886081 commit 27fe05a
Show file tree
Hide file tree
Showing 5 changed files with 672 additions and 8 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"
Empty file added .husky/pre-commit
Empty file.
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 27fe05a

Please sign in to comment.