mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Cleanup some globals
This commit is contained in:
parent
63a2d83d26
commit
d8f093b226
@ -6,6 +6,11 @@
|
||||
"mocha": true,
|
||||
"node": true
|
||||
},
|
||||
"globals": {
|
||||
"config": true,
|
||||
"Log": true,
|
||||
"moment": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"sourceType": "module",
|
||||
"ecmaVersion": 2017,
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* global config, vendor, MM, Log, Module */
|
||||
/* global vendor, MM, Module */
|
||||
|
||||
/* Magic Mirror
|
||||
* Module and File loaders.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* global Log, Loader, Module, config, defaults */
|
||||
/* global Loader, Module, defaults */
|
||||
|
||||
/* Magic Mirror
|
||||
* Main System
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* global Module */
|
||||
/* global Module, NotificationFx */
|
||||
|
||||
/* Magic Mirror
|
||||
* Module: alert
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* global Log, Module, moment, config */
|
||||
/* global Module */
|
||||
|
||||
/* Magic Mirror
|
||||
* Module: Clock
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* global Log, Module, moment */
|
||||
/* global Module */
|
||||
|
||||
/* Magic Mirror
|
||||
* Module: Compliments
|
||||
|
Loading…
x
Reference in New Issue
Block a user