andela/eventx

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "asi": false,
  "bitwise": true,
  "browser": true,
  "camelcase": false,
  "curly": true,
  "forin": true,
  "immed": true,
  "latedef": "nofunc",
  "maxlen": 0,
  "newcap": true,
  "noarg": true,
  "noempty": true,
  "nonew": true,
  "predef": [
    "$",
    "jQuery",
    "google",
    "ga",
    "counter",
    "Materialize",
    "countdown",
    "convertDate",
    "highLight",
    "_",
    "confirm",
    "infoHtml",
    "all_events",
    "data",

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

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

  "-W099": false,
  "-W065": false,
  "-W015": false,
  "-W116": false,
  "-W030": false,
  "-W082": false,
  "unused": false

}