Skip to content

Commit 0496b0c

Browse files
chore(lint): ensure commit type is never empty
1 parent 336b2b8 commit 0496b0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.commitlintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": ["@commitlint/config-conventional"]
2+
"extends": ["@commitlint/config-conventional"],
3+
"rules": {
4+
"type-empty": [2, "never"]
5+
}
36
}

0 commit comments

Comments
 (0)