yannickcr/node-bittorrent-sync

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "node"     : true,
  "esnext"   : true,
  "bitwise"  : true,
  "curly"    : true,
  "eqeqeq"   : true,
  "immed"    : true,
  "indent"   : 2,
  "latedef"  : true,
  "newcap"   : true,
  "noarg"    : true,
  "quotmark" : "single",
  "regexp"   : true,
  "undef"    : true,
  "unused"   : true,
  "strict"   : true,
  "trailing" : true,
  "smarttabs": true,
  "maxlen"   : 120,
  "globals"  : {
    "describe" : true,
    "it" : true,
    "before": true,
    "after" : true
  }
}