captaindash/node-mention-api

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "curly": true,
  "eqeqeq": true,
  "forin": true,
  "immed": true,
  "latedef": "nofunc",
  "newcap": true,
  "noarg": true,
  "noempty": true,
  "nonew": true,
  "plusplus": true,
  "undef": true,
  "unused": true,
  "strict": true,
  "validthis": true,
  "node": true,
  "globals": {
    "describe" : false,
    "it" : false,
    "before" : false,
    "beforeEach" : false,
    "after" : false,
    "afterEach" : false,

    "expect": false,
    "sinon": true
  }
}