timrwood/includer

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "node"          : true,
  "bitwise"       : true,
  "curly"         : true,
  "eqeqeq"        : true,
  "undef"         : true,
  "latedef"       : "nofunc",
  "newcap"        : true,
  "noempty"       : true,
  "strict"        : true,
  "globalstrict"  : true,
  "quotmark"      : "single",
  "unused"        : true,
  "maxdepth"      : 2,
  "maxstatements" : 10,
  "maxcomplexity" : 10,
  "noempty"       : true,
  "trailing"      : true,
  "white"         : true,
  "indent"        : 4,
  "passfail"      : false,
  "maxerr"        : 100
}