From 0a30d8e3e8a292549feeb3a11e073c3d22f46e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Tue, 16 Mar 2021 09:35:53 +0100 Subject: [PATCH] Removed unnecessary globals --- .eslintrc.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index e944c8f..a3295cf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,8 +10,6 @@ module.exports = { utf8_to_b64: 'readonly', realAudio: 'readonly', BeautifyAll: 'readonly', - CM: 'writable', - unsafeWindow: 'readonly', }, extends: ['airbnb-base', 'plugin:prettier/recommended'], parserOptions: {