boennemann/zentodone

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "bitwise": true,
  "camelcase": true,
  "immed": true,
  "indent": 2,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "noempty": true,
  "undef": true,
  "unused": true,
  "trailing": true,
  "maxlen": 200,
  "asi": true,
  "boss": true,
  "eqnull": true,
  "expr": true,
  "laxcomma": true,
  "loopfunc": true,
  "browser": true,
  "globals": {
    "addToHomescreen": true,
    "angular": true,
    "Hammer": true,
    "IScroll": true,
    "IScrollSticky": true
  }
}