Add missing global variable to linter configuration to fix lint test

This commit is contained in:
timvisee
2021-01-27 00:30:44 +01:00
parent 4b05a2f705
commit d2907c6d8b

View File

@@ -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';