From 7b41fb6b5a5f19c306bd5324a314d2f4be6fc86d Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Mon, 25 Jul 2022 18:40:19 +0100 Subject: [PATCH] chore: disable scope-case rule for commitlint (v13) (#8363) chore: disable scope-case rule for commitlint Co-Authored-By: Vlad Frangu Co-authored-by: Vlad Frangu --- .commitlintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] } }