.jshintrc 235 B

123456789101112131415
  1. {
  2. "node": true,
  3. "curly": true,
  4. "eqeqeq": true,
  5. "immed": true,
  6. "newcap": true,
  7. "noarg": true,
  8. "sub": true,
  9. "undef": "nofunc",
  10. "strict": true,
  11. "white": true,
  12. "indent": 2,
  13. "trailing": true,
  14. "quotmark": "single"
  15. }