Skip to content

Commit 9320619

Browse files
committed
fix: Update commitLint config
1 parent e48b570 commit 9320619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitlint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
extends: ["@commitlint/config-conventional"],
33
rules: {
4-
"subject-case": [2, "always", "start-case"],
4+
"subject-case": [2, "always", "sentence-case"],
55
},
66
};

0 commit comments

Comments
 (0)