Skip to content

Commit 2945098

Browse files
committed
chore: commitlint scope must not be empty
1 parent 03347c6 commit 2945098

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.commitlintrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"defaultIgnores": true,
23
"parserPreset": "conventional-changelog-conventionalcommits",
34
"rules": {
45
"scope-enum": [
@@ -21,8 +22,8 @@
2122
]
2223
],
2324
"scope-empty": [
24-
1,
25-
"always"
25+
2,
26+
"never"
2627
],
2728
"body-leading-blank": [
2829
1,

0 commit comments

Comments
 (0)