developer239/nest-rest-api

View on GitHub
.huskyrc

Summary

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