mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-25 23:47:20 +00:00
chore: Enable typescript/no-explicit-any rule.
This commit is contained in:
@@ -37,6 +37,7 @@ describe("registerPluginCliCommands", () => {
|
||||
const program = new Command();
|
||||
program.command("memory");
|
||||
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
registerPluginCliCommands(program, {} as any);
|
||||
|
||||
expect(mocks.memoryRegister).not.toHaveBeenCalled();
|
||||
|
||||
Reference in New Issue
Block a user