From 54d8d69aae8c6ae3d27c37f5a2f672a06e39c047 Mon Sep 17 00:00:00 2001 From: arun mahato Date: Fri, 15 Mar 2024 12:10:22 +0530 Subject: [PATCH] feat: Add JWT key functionality --- .commitlintrc.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index 7293d5af9..2e4c14206 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -1,10 +1,18 @@ { - "extends": ["@commitlint/config-conventional"], + "extends": [ + "@commitlint/config-conventional" + ], "rules": { "subject-case": [ 2, "always", - ["sentence-case", "start-case", "pascal-case", "upper-case", "lower-case"] + [ + "sentence-case", + "start-case", + "pascal-case", + "upper-case", + "lower-case" + ] ], "type-enum": [ 2, @@ -25,4 +33,4 @@ ] ] } -} +} \ No newline at end of file