.jshintrc 70 B

123456789
  1. {
  2. "predef": [
  3. "QUnit"
  4. ],
  5. "smarttabs": true,
  6. "browser": true
  7. }