.jshintrc 201 B

1234567891011121314
  1. {
  2. "browser": true,
  3. "esnext": true,
  4. "immed": true,
  5. "latedef": "nofunc",
  6. "loopfunc": true,
  7. "noarg": true,
  8. "nonbsp": true,
  9. "undef": true,
  10. "unused": true,
  11. "strict": "global",
  12. "varstmt": true
  13. }