lint fixes

This commit is contained in:
HaveAGitGat 2020-12-19 10:03:49 +01:00
parent b13ae8cc29
commit f0109f2bfe
9 changed files with 40 additions and 10 deletions

View file

@ -125,6 +125,8 @@ function plugin(file, librarySettings, inputs) {
response.processFile = true;
return response;
}
return response;
}
module.exports.details = details;
module.exports.plugin = plugin;