mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-23 13:24:06 +00:00
Add no-multi-spaces rule to eslint and run it
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = NodeHelper.create({
|
||||
for (moduleName in modules) {
|
||||
if (!this.ignoreUpdateChecking(moduleName)) {
|
||||
// Default modules are included in the main MagicMirror repo
|
||||
var moduleFolder = path.normalize(__dirname + "/../../" + moduleName);
|
||||
var moduleFolder = path.normalize(__dirname + "/../../" + moduleName);
|
||||
|
||||
try {
|
||||
//console.log("checking git for module="+moduleName)
|
||||
|
Reference in New Issue
Block a user