brentburgoyne/timer-machine

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "curly": true,
  "eqeqeq": true,
  "forin": true,
  "freeze": true,
  "indent": 2,
  "latedef": "nofunc",
  "noarg": true,
  "noempty": true,
  "quotmark": "single",
  "undef": true,
  "strict": false,
  "trailing": true,
  "maxparams": 5,
  "maxdepth": 5,
  "maxstatements": 15,
  "maxcomplexity": 7,
  "maxlen": 80,
  "asi": true,
  "boss": true,
  "eqnull": true,
  "browser": true,
  "node": true,
  "globals": {
    "describe": true,
    "before": true,
    "beforeEach": true,
    "after": true,
    "afterEach": true,
    "it": true
  }
}