.jshintrc 85 B

1234567
  1. {
  2. "strict": true,
  3. "browser": true,
  4. "predef": [
  5. "parseUri"
  6. ]
  7. }