Нема описа

.jshintrc 205B

1234567891011121314
  1. {
  2. "quotmark": true,
  3. "boss": true,
  4. "eqnull": true,
  5. "expr": true,
  6. "funcscope": true,
  7. "loopfunc": true,
  8. "smarttabs": true,
  9. "node": true,
  10. "browser": true,
  11. "undef": true,
  12. "unused": true
  13. }