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,