chore(lint): enable stricter oxlint rules

This commit is contained in:
Peter Steinberger
2026-05-31 18:43:54 +01:00
parent cb569f6ad9
commit 304e2c83c0
615 changed files with 3603 additions and 3701 deletions

View File

@@ -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,