Cleanup some globals

This commit is contained in:
rejas 2020-05-02 10:33:24 +02:00
parent 63a2d83d26
commit d8f093b226
6 changed files with 10 additions and 5 deletions

View File

@ -6,6 +6,11 @@
"mocha": true, "mocha": true,
"node": true "node": true
}, },
"globals": {
"config": true,
"Log": true,
"moment": true
},
"parserOptions": { "parserOptions": {
"sourceType": "module", "sourceType": "module",
"ecmaVersion": 2017, "ecmaVersion": 2017,

View File

@ -1,4 +1,4 @@
/* global config, vendor, MM, Log, Module */ /* global vendor, MM, Module */
/* Magic Mirror /* Magic Mirror
* Module and File loaders. * Module and File loaders.

View File

@ -1,4 +1,4 @@
/* global Log, Loader, Module, config, defaults */ /* global Loader, Module, defaults */
/* Magic Mirror /* Magic Mirror
* Main System * Main System

View File

@ -1,4 +1,4 @@
/* global Module */ /* global Module, NotificationFx */
/* Magic Mirror /* Magic Mirror
* Module: alert * Module: alert

View File

@ -1,4 +1,4 @@
/* global Log, Module, moment, config */ /* global Module */
/* Magic Mirror /* Magic Mirror
* Module: Clock * Module: Clock

View File

@ -1,4 +1,4 @@
/* global Log, Module, moment */ /* global Module */
/* Magic Mirror /* Magic Mirror
* Module: Compliments * Module: Compliments