Skip to content

Commit

Permalink
build(commitlint): add debug type to type-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Dec 3, 2020
1 parent 23d6052 commit 10c71bf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@
"footer-leading-blank": [
2,
"always"
],
"type-enum": [
2,
"always",
[
"feat",
"fix",
"docs",
"style",
"refactor",
"test",
"revert",
"debug",
"build"
]
]
}
},
Expand Down

0 comments on commit 10c71bf

Please sign in to comment.