linter fixes

This commit is contained in:
Rodrigo Ramírez Norambuena
2019-07-26 00:38:52 -04:00
parent 32521aba6b
commit 82ee051c1a
4 changed files with 15 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ module.exports = NodeHelper.create({
configureModules: function(modules) {
// Push MagicMirror itself , biggest chance it'll show up last in UI and isn't overwritten
// others will be added in front, asynchronously
// others will be added in front, asynchronously
simpleGits.push({"module": "default", "git": SimpleGit(path.normalize(__dirname + "/../../../"))});
for (moduleName in modules) {