Skip to content

Commit 2138298

Browse files
committed
chore: fix lint
1 parent 5e81488 commit 2138298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export interface HookFnMap {
9191
this: UnpluginBuildContext & UnpluginContext,
9292
id: string,
9393
importer: string | undefined,
94-
options: { isEntry: boolean }
94+
options: { isEntry: boolean },
9595
) => Thenable<string | ExternalIdResult | null | undefined>
9696

9797
// Output Generation Hooks

0 commit comments

Comments
 (0)