.jshintrc 278 B

123456789101112
  1. {
  2. "expr" : true,
  3. "undef" : true,
  4. "predef" : ["describe", "it", "beforeEach", "afterEach"],
  5. "node" : true,
  6. "boss" : true,
  7. "sub" : true,
  8. "supernew" : true,
  9. "loopfunc" : true,
  10. "onecase" : true,
  11. "quotmark" : "single"
  12. }