.jshint.json 456 B

12345678910111213141516171819202122232425
  1. {
  2. "esversion": 8,
  3. "globalstrict": true,
  4. "sub": true,
  5. "expr": true,
  6. "-W058": true,
  7. "-W080": true,
  8. "-W082": true,
  9. "-W079": true,
  10. "-W117": true,
  11. "-W054": true,
  12. "-W027": true,
  13. "-W040": true,
  14. "-W087": true,
  15. "-W008": true,
  16. "loopfunc": true,
  17. "shadow": true,
  18. "funcscope": true,
  19. "globals": {
  20. "Blob": false,
  21. "alert": false,
  22. "console": false
  23. },
  24. "browser": true
  25. }