mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
Fix lint
This commit is contained in:
@@ -12,6 +12,6 @@ module.exports = class NoopCommand extends Command {
|
||||
}
|
||||
|
||||
run() {
|
||||
return;
|
||||
return; // eslint-disable-line no-useless-return
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user