From 24b51b5d574076626b0c466216babc93af406c2d Mon Sep 17 00:00:00 2001 From: cuixiping Date: Tue, 24 Dec 2019 14:54:01 +0800 Subject: [PATCH] Fix: Add CustomEvent to polyfills --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 548e2d62..8ff5f15c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -26,6 +26,7 @@ module.exports = { "JSON", "location.href", "location.origin", + "CustomEvent", "MutationObserver", "Object.assign", "Object.defineProperty", "Object.defineProperties", "Object.getOwnPropertyDescriptor",