From bc6e6eb110a3235a2574b9cf44a32a0007a893f5 Mon Sep 17 00:00:00 2001 From: Daniel van Noord Date: Sat, 6 Feb 2021 21:51:41 +0100 Subject: [PATCH] Add Userscript variable to ESLint settings --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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": {