diff --git a/.commitlintrc.json b/.commitlintrc.json index 534ba5ea6..7ffb07895 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -5,6 +5,7 @@ 2, "always", ["chore", "build", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", "types", "typings"] - ] + ], + "scope-case": [0] } }