.jshintrc 116 B

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