.jshintrc 331 B

1234567891011121314151617181920
  1. {
  2. "curly": true,
  3. "eqeqeq": true,
  4. "immed": true,
  5. "indent": 4,
  6. "eqnull": true,
  7. "latedef": true,
  8. "noarg": true,
  9. "noempty": true,
  10. "quotmark": "single",
  11. "undef": true,
  12. "unused": "vars",
  13. "strict": true,
  14. "trailing": true,
  15. "validthis": true,
  16. "onevar": true,
  17. "node": true
  18. }