diff --git a/commands/other/noop.js b/commands/other/noop.js index 5551e3ad..abc1cc4e 100644 --- a/commands/other/noop.js +++ b/commands/other/noop.js @@ -12,6 +12,6 @@ module.exports = class NoopCommand extends Command { } run() { - return; + return; // eslint-disable-line no-useless-return } };