SierraSoftworks/Iridium

View on GitHub
.bithoundrc

Summary

Maintainability
Test Coverage
{
  "ignore": [
    "typings/**/*.d.ts",
    "dist/**"
  ],
  "test": [
    "test/**"
  ],
  "critics": {
    "lint": {
      "engine": "tslint"
    }
  },
  "dependencies": {
    "mute": [
      "chai",
      "chai-as-promised",
      "chalk",
      "codeclimate-test-reporter",
      "concurrently",
      "istanbul",
      "mocha",
      "tslint",
      "typedoc"
    ]
  }
}