ESlint comma-dangle

This commit is contained in:
Peter Jaszkowiak
2017-02-17 19:31:21 -07:00
parent aa64ec7db1
commit bc1d70c126
345 changed files with 1974 additions and 1978 deletions

View File

@@ -59,7 +59,7 @@ module.exports = function (Plugins) {
async.apply(mapStaticDirectories, pluginData, pluginData.path),
], next);
}, next);
}
},
], callback);
};
@@ -283,7 +283,7 @@ module.exports = function (Plugins) {
},
plugin: function (next) {
fs.readFile(path.join(pluginPath, 'plugin.json'), next);
}
},
}, function (err, results) {
if (err) {
return callback(err);