* Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on...
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
|
||||
exports.PluginModule = PluginModule;
|
||||
|
||||
function PluginModule(options) {
|
||||
function PluginModule(/*options*/) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user