Codebase list node-exit / upstream/0.1.2 .jshintrc
upstream/0.1.2

Tree @upstream/0.1.2 (Download .tar.gz)

.jshintrc @upstream/0.1.2raw · 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
}