.jshintrc 189 B

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