diff --git a/commitlint.config.js b/commitlint.config.js index 26e92ed..8f2bdaa 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -21,7 +21,7 @@ export default { ], "scope-enum": [1, "always", ["page", "style", "config", "deps"]], "scope-empty": [1, "never"], - "subject-case": [2, "always", "lower-case"], + "subject-case": [0], "subject-empty": [2, "never"], "subject-full-stop": [2, "never", "."], "body-leading-blank": [2, "always"],