.jshintrc 134 B

12345678910
  1. {
  2. "bitwise": true,
  3. "eqnull": true,
  4. "globals": {
  5. "define": true
  6. },
  7. "indent": 2,
  8. "maxlen": 80,
  9. "quotmark": "single"
  10. }