Skip to content

Commit

Permalink
Merge pull request #23 from felipemaion/lint-commits
Browse files Browse the repository at this point in the history
add `commitlint` with `Conventional Commits` config
  • Loading branch information
felipemaion authored Oct 22, 2024
2 parents 52f0f31 + af717cb commit 629a64b
Show file tree
Hide file tree
Showing 3 changed files with 912 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
};
Loading

0 comments on commit 629a64b

Please sign in to comment.