Skip to content

Commit 763f488

Browse files
committed
chore: add commitlint (#4915)
1 parent d30df74 commit 763f488

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.commitlintrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2+
<<<<<<< HEAD
23
"defaultIgnores": true,
4+
=======
5+
>>>>>>> 89dd7017a (chore: add commitlint (#4915))
36
"parserPreset": "conventional-changelog-conventionalcommits",
47
"rules": {
58
"scope-enum": [
@@ -22,8 +25,8 @@
2225
]
2326
],
2427
"scope-empty": [
25-
2,
26-
"never"
28+
1,
29+
"always"
2730
],
2831
"body-leading-blank": [
2932
1,

0 commit comments

Comments
 (0)