.jshintrc 159 B

123456789101112
  1. {
  2. "browser": true,
  3. "curly": true,
  4. "eqeqeq": true,
  5. "undef": true,
  6. "quotmark": "single",
  7. "trailing": true,
  8. "globals": {
  9. "L": true,
  10. "jQuery": true
  11. }
  12. }