.jshintrc 182 B

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