From d2907c6d8bd1d873a2bfea7e7001b3996d8b7dca Mon Sep 17 00:00:00 2001 From: timvisee Date: Wed, 27 Jan 2021 00:30:44 +0100 Subject: [PATCH] Add missing global variable to linter configuration to fix lint test --- app/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.js b/app/main.js index 56078d4f..09853c18 100644 --- a/app/main.js +++ b/app/main.js @@ -1,4 +1,4 @@ -/* global DEFAULTS LIMITS PREFS */ +/* global DEFAULTS LIMITS WEB_UI PREFS */ import 'core-js'; import 'fast-text-encoding'; // MS Edge support import 'intl-pluralrules';