From 4062544e5095f113b0b9071f792d33190efabee1 Mon Sep 17 00:00:00 2001 From: grafixeyehero <32230989+grafixeyehero@users.noreply.github.com> Date: Mon, 14 Jun 2021 03:16:44 +0300 Subject: [PATCH] add events globally --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index b86f32b4f1..db6cfc4909 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -81,6 +81,7 @@ module.exports = { 'jQuery': 'readonly', // Jellyfin globals 'ApiClient': 'writable', + 'events': 'writable', 'chrome': 'writable', 'DlnaProfilePage': 'writable', 'DashboardPage': 'writable',