Skip to content

Commit

Permalink
chore: add commit message linting with commitlint and husky
Browse files Browse the repository at this point in the history
  • Loading branch information
e-vasiltsov committed Oct 13, 2024
1 parent 31a2fdb commit 9412071
Show file tree
Hide file tree
Showing 4 changed files with 863 additions and 1 deletion.
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 9412071

Please sign in to comment.