Skip to content

Commit 07bc6c3

Browse files
committed
chore: add commitlint configuration for conventional commits
1 parent 5b593fe commit 07bc6c3

3 files changed

Lines changed: 2129 additions & 132 deletions

File tree

.commitlintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"@commitlint/config-conventional"
4+
]
5+
}

0 commit comments

Comments
 (0)