friends-of-js/tslint-configs

View on GitHub
.huskyrc.json

Summary

Maintainability
Test Coverage
{
  "hooks": {
    "commit-msg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
    "pre-push": "yarn run checkPackage"
  }
}