.jshintrc 305 B

1234567891011121314151617181920
  1. {
  2. "node": true,
  3. "bitwise": true,
  4. "camelcase": true,
  5. "curly": true,
  6. "forin": true,
  7. "immed": true,
  8. "latedef": true,
  9. "newcap": true,
  10. "noarg": true,
  11. "noempty": true,
  12. "nonew": true,
  13. "quotmark": "single",
  14. "undef": true,
  15. "unused": true,
  16. "trailing": true,
  17. "laxcomma": true
  18. }