Skip to content

Commit

Permalink
dx(commitlint): add type auto and scope deps for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Jun 13, 2020
1 parent eabbd2f commit b56a0ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commitlint.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
"subject-full-stop": [2, "never", "."],
"type-empty": [2, "never"],
"type-enum": [2, "always", [
"auto",
"ux",
"dx"
]],
"scope-empty": [2, "never"],
"scope-enum": [2, "always", [
"commitlint",
"deps",
"eslint",
"typescript",
"vscode"
Expand Down

0 comments on commit b56a0ac

Please sign in to comment.