Codebase list node-grunt-contrib-copy / lintian-fixes/main .jshintrc
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

.jshintrc @lintian-fixes/mainraw · history · blame

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