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