.jshintrc 308B

12345678910111213141516171819
  1. {
  2. "boss": true,
  3. "curly": true,
  4. "devel": false,
  5. "eqnull": false,
  6. "expr": true,
  7. "funcscope": true,
  8. "globalstrict": false,
  9. "loopfunc": false,
  10. "newcap": true,
  11. "node": true,
  12. "noempty": true,
  13. "nonstandard": false,
  14. "onecase": false,
  15. "trailing": true,
  16. "undef": true,
  17. "unused": true
  18. }