From 1c978d0c61769a4aa9222728e07f0e3d42155fd1 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Tue, 24 Sep 2024 22:04:58 +0200 Subject: [PATCH] chore: Replace pascal-case and upper-case with lower-case in commitlint rules --- .commitlintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index e069c73..6655b93 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -32,8 +32,7 @@ [ "sentence-case", "start-case", - "pascal-case", - "upper-case" + "lower-case" ] ] }