simbo/defined-options

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "node": true,
  "globals": {
    "describe": true,
    "it": true
  },
  "strict": true,
  "undef": true,
  "unused": true,
  "validthis": true,
  "maxcomplexity": 5
}