hairyhenderson/jiraprinter

View on GitHub
.bithoundrc

Summary

Maintainability
Test Coverage
{
  "ignore": [
    "**/node_modules/**",
    "**/**?(*).ts"
  ],
  "test": [
    "**/test/**"
  ]
}