Skip to content

Commit

Permalink
fix: change commitlint type-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Aug 5, 2021
1 parent 3ac6717 commit 5777970
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,16 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"type-enum": [
2,
"always",
[
"feat", "fix", "docs", "style", "refactor", "test", "revert", "BREAKING CHANGE"
]
]
}
},
"version": "0.0.0-development",
"repository": {
Expand Down

0 comments on commit 5777970

Please sign in to comment.