.jshintrc 104 B

1234567
  1. {
  2. "globals": {
  3. "QUnit" : false,
  4. "_" : false,
  5. "jQuery" : false
  6. }
  7. }