deltreey/wildstring

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "boss": true,
  "curly": true,
  "eqeqeq": true,
  "eqnull": true,
  "immed": true,
  "latedef": true,
  "mocha" : true,
  "newcap": true,
  "noarg": true,
  "node": true,
  "sub": true,
  "undef": true,
  "esnext": true,
  "globals": {
    "define": true,
    "angular": true,
    "console": true,
    "moment": true,
    "describe": true,
    "beforeEach": true,
    "module": true,
    "inject": true,
    "it": true,
    "expect": true,
    "browser": true,
    "element": true,
    "by": true
  }
}