Skip to content

Commit f8bd058

Browse files
committed
style: let's be lenient on how people write
1 parent 327a96a commit f8bd058

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.commitlintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"rules": {
44
"scope-enum": [2, "always", ["js", "react", ""]],
55
"body-max-line-length": [0],
6-
"footer-max-line-length": [0]
6+
"footer-max-line-length": [0],
7+
"header-case": [0],
8+
"body-case": [0]
79
}
810
}

0 commit comments

Comments
 (0)