mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-25 16:01:11 +00:00
chore(lint): enable stricter oxlint rules
This commit is contained in:
@@ -22,7 +22,7 @@ const { ensurePluginRegistryLoaded } = await import("../../plugin-registry.js");
|
||||
|
||||
const hasHooksMock = vi.fn((_hookName: string) => false);
|
||||
const runGatewayStopMock = vi.fn(
|
||||
async (eventValue: { reason?: string }, _ctx: Record<string, unknown>) => {},
|
||||
async (_eventValue: { reason?: string }, _ctx: Record<string, unknown>) => {},
|
||||
);
|
||||
const runGlobalGatewayStopSafelyMock = vi.fn(
|
||||
async (params: {
|
||||
|
||||
Reference in New Issue
Block a user