.jshintrc 342 B

12345678910111213141516171819
  1. {
  2. "curly": true,
  3. "eqeqeq": true,
  4. "immed": true,
  5. "latedef": "nofunc",
  6. "newcap": true,
  7. "noarg": true,
  8. "plusplus": true,
  9. "sub": true,
  10. "undef": true,
  11. "quotmark": "double",
  12. "unused": true,
  13. "boss": true,
  14. "indent": 4,
  15. "eqnull": true,
  16. "node": true,
  17. "strict": false,
  18. "mocha": true
  19. }