Codebase list node-exit / debian/latest .jshintrc
debian/latest

Tree @debian/latest (Download .tar.gz)

.jshintrc @debian/latestraw · history · blame

{
  "curly": true,
  "eqeqeq": true,
  "immed": true,
  "latedef": "nofunc",
  "newcap": true,
  "noarg": true,
  "sub": true,
  "undef": true,
  "unused": true,
  "boss": true,
  "eqnull": true,
  "node": true
}