merty/angular-boilerplate

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "camelcase": true,
  "curly": true,
  "eqeqeq": true,
  "eqnull": true,
  "freeze": true,
  "funcscope": true,
  "globalstrict": true,
  "indent": 2,
  "maxdepth": 3,
  "maxlen": 80,
  "maxstatements": 15,
  "newcap": true,
  "node": true,
  "quotmark": "single",
  "strict": true,
  "globals": {
    "afterEach": false,
    "angular": false,
    "beforeEach": false,
    "describe": false,
    "expect": false,
    "inject": false,
    "it": false,
    "module": false
  }
}