Skip to content

Commit

Permalink
chore: setup conventional commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Nov 9, 2024
1 parent 2f7f355 commit f9320c5
Show file tree
Hide file tree
Showing 4 changed files with 961 additions and 28 deletions.
5 changes: 5 additions & 0 deletions .commitlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"@commitlint/config-conventional"
]
}
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
Loading

0 comments on commit f9320c5

Please sign in to comment.