razum2um/lurker

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "asi": false,
  "bitwise": true,
  "browser": true,
  "camelcase": true,
  "curly": true,
  "forin": true,
  "immed": true,
  "latedef": "nofunc",
  "maxlen": 120,
  "newcap": true,
  "noarg": true,
  "noempty": true,
  "nonew": true,
  "predef": [
    "$",
    "jQuery",

    "jasmine",
    "beforeEach",
    "describe",
    "expect",
    "it",

    "angular",
    "inject",
    "module"
  ],
  "quotmark": false,
  "trailing": true,
  "undef": true,
  "unused": true
}