.jshintrc 239 B

12345678910111213141516
  1. {
  2. "bitwise": true,
  3. "camelcase": true,
  4. "curly": true,
  5. "es3": true,
  6. "eqnull": true,
  7. "freeze": true,
  8. "globals": {
  9. "define": true
  10. },
  11. "indent": 2,
  12. "maxlen": 80,
  13. "noarg": true,
  14. "nonew": true,
  15. "quotmark": "single"
  16. }