From 73c7dfa0dd69bee69276b2dbdabacc36f8cb5b22 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sun, 30 Aug 2020 06:24:40 +0200 Subject: [PATCH] Remove implicit ConnectionManager global from ESLint config --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 7de812ea6e..dfb65cb4d4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -84,7 +84,6 @@ module.exports = { 'ApiClient': 'writable', 'AppInfo': 'writable', 'chrome': 'writable', - 'ConnectionManager': 'writable', 'DlnaProfilePage': 'writable', 'Dashboard': 'writable', 'DashboardPage': 'writable',