chore: enforce commit message conventions (#6577)

* chore: enforce commit message conventions

* docs: add link to contributing in README
This commit is contained in:
Tim Lai
2020-10-29 16:11:38 -07:00
committed by GitHub
parent 7a0c1ea556
commit 9b0ff32364
6 changed files with 1417 additions and 0 deletions

6
.huskyrc Normal file
View File

@@ -0,0 +1,6 @@
{
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}