You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.jshintrc 229B

123456789101112131415
  1. {
  2. "loopfunc": true,
  3. "curly": true,
  4. "eqeqeq": true,
  5. "immed": true,
  6. "latedef": true,
  7. "newcap": true,
  8. "noarg": true,
  9. "sub": true,
  10. "undef": true,
  11. "unused": true,
  12. "boss": true,
  13. "eqnull": true,
  14. "node": true
  15. }