style: format repository

This commit is contained in:
Peter Steinberger
2026-04-26 05:47:05 +01:00
parent 6a67f65568
commit 27aedcfd56
397 changed files with 4106 additions and 4517 deletions

View File

@@ -148,8 +148,7 @@ export function shouldLogSubsystemToConsole(subsystem?: string | null): boolean
return false;
}
return filter.some(
(prefix) =>
normalizedSubsystem === prefix || normalizedSubsystem.startsWith(`${prefix}/`),
(prefix) => normalizedSubsystem === prefix || normalizedSubsystem.startsWith(`${prefix}/`),
);
}