From 3e105a0bbb35bfda77beb0ea4e89de0d2c474f25 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Sun, 20 Feb 2022 14:35:20 +0200 Subject: [PATCH] chore: disable scope-case rule for commitlint (#7507) --- .commitlintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index 5e548f333..4759c167f 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] } }