style: fix lint

This commit is contained in:
Peter Steinberger
2026-01-04 03:37:00 +00:00
parent c2f3b653c2
commit 7d95f43a75
4 changed files with 118 additions and 79 deletions

View File

@@ -1 +1,5 @@
export type BrowserParentOpts = { url?: string; json?: boolean; profile?: string };
export type BrowserParentOpts = {
url?: string;
json?: boolean;
profile?: string;
};