diff --git a/.eslintrc.js b/.eslintrc.js index ef13372..5f96f5b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,6 +15,7 @@ module.exports = { "jscolor": "readonly", "BeautifyAll": "readonly", "CM": "writable", + "unsafeWindow": "readonly", }, "extends": "eslint:recommended", "parserOptions": {