style: fix lint
This commit is contained in:
@@ -1 +1,5 @@
|
||||
export type BrowserParentOpts = { url?: string; json?: boolean; profile?: string };
|
||||
export type BrowserParentOpts = {
|
||||
url?: string;
|
||||
json?: boolean;
|
||||
profile?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user