notduncansmith/summit

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "bitwise": true,
  "curly": true,
  "eqeqeq": true,
  "freeze": true,
  "indent": 2,
  "latedef": false,
  "trailing": true,
  "newcap": true,
  "noarg": true,
  "noempty": true,
  "nonew": true,
  "plusplus": true,
  "quotmark": "single",
  "undef": true,
  "unused": "vars",
  "eqnull": true,
  "laxcomma": true,
  "node": true,
  "devel": true,
  "couch": true,
  "predef": ["jasmine","describe","it","expect","beforeEach","spyOn"],
  "globalstrict": false,
  "strict": false,
  "shadow": true
}