8
0

jshint-config.json 148 B

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