.eslintrc.js 162 B

123456789101112
  1. "use strict";
  2. module.exports = {
  3. "globals": {
  4. "define": true,
  5. "document": true,
  6. "window": true,
  7. "CustomEvent": true,
  8. "Locale": true
  9. }
  10. };