se-panfilov/angular-jsvat

View on GitHub
.bithoundrc

Summary

Maintainability
Test Coverage
{
  "ignore": [
    "**/node_modules/**",
    "**/**.min.**",
    "**/test/**",
    "**/dist/**.**"
  ],
  "test": [
  ],
  "critics": {
    "lint": {"engine": "jshint"}
  }
}