Skip to content

Commit

Permalink
chore: add commitlint config to package.json
Browse files Browse the repository at this point in the history
prevent tooling errors
  • Loading branch information
crimx committed Sep 8, 2020
1 parent ae322be commit dbf336c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
},
"engines": {
"node": ">= 11.0.0",
"npm": ">= 6.9.0"
Expand Down

0 comments on commit dbf336c

Please sign in to comment.