Skip to content

Commit

Permalink
ci(commitlint): Format config file
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware committed Sep 4, 2024
1 parent 2b74309 commit 401b437
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ module.exports = {
"scope-enum": [
1,
"always",
[
"commitlint",
".github",
"pr-check",
"release",
"trunk"
],
["commitlint", ".github", "pr-check", "release", "trunk"],
],
//"signed-off-by": [1, "always", "Signed-off-by:"],
"subject-case": [1, "always", "sentence-case"],
Expand Down

0 comments on commit 401b437

Please sign in to comment.