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,
"node": true
},
"globals": {
"config": true,
"Log": true,
"moment": true
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2017,

View File

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

View File

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

View File

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

View File

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

View File

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