Files
swagger-ui/.huskyrc
Tim Lai 9b0ff32364 chore: enforce commit message conventions (#6577)
* chore: enforce commit message conventions

* docs: add link to contributing in README
2020-10-29 16:11:38 -07:00

7 lines
105 B
Plaintext

{
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}