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 256B

123456789101112131415
  1. {
  2. "asi": false,
  3. "expr": true,
  4. "loopfunc": true,
  5. "curly": false,
  6. "evil": true,
  7. "white": true,
  8. "undef": true,
  9. "browser": true,
  10. "node": true,
  11. "trailing": true,
  12. "indent": 4,
  13. "latedef": true,
  14. "newcap": true
  15. }