24
1
Fork 0

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
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 1 additions and 1 deletions

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