You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
354 B

  1. {
  2. "evil": true,
  3. "regexdash": true,
  4. "browser": true,
  5. "wsh": true,
  6. "trailing": true,
  7. "sub": true,
  8. "unused": true,
  9. "undef": true,
  10. "laxcomma": true,
  11. "node": true,
  12. "browser": false,
  13. "esnext": true,
  14. "globals": {
  15. "describe": true,
  16. "it": true,
  17. "require": true,
  18. "atob": false,
  19. "escape": true,
  20. "before": true
  21. }
  22. }