Skip to content

Commit

Permalink
feat: Add JWT key functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
arun mahato committed Mar 15, 2024
1 parent 99a1cde commit 54d8d69
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -25,4 +33,4 @@
]
]
}
}
}

0 comments on commit 54d8d69

Please sign in to comment.