mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
chore(lint): enable stricter oxlint rules
This commit is contained in:
@@ -83,11 +83,6 @@ async function createAgentDir() {
|
||||
tempDirs.push(dir);
|
||||
return dir;
|
||||
}
|
||||
|
||||
function registerProviderForTest() {
|
||||
return registerProviderWithPluginConfig({});
|
||||
}
|
||||
|
||||
function requireFirstMockArg<T>(
|
||||
mock: { mock: { calls: Array<[T, ...unknown[]]> } },
|
||||
label: string,
|
||||
|
||||
Reference in New Issue
Block a user