.jshintrc 170 B

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