8
0

.jshintrc 166 B

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