Skip to content

Commit c0584a5

Browse files
committed
refactor(models): require tree param in generateConfig
1 parent 4396fb4 commit c0584a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models/src/lib/plugin-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ export type PluginSetupBinding = {
7777
isRecommended?: (targetDir: string) => Promise<boolean>;
7878
generateConfig: (
7979
answers: Record<string, PluginAnswer>,
80-
tree?: PluginSetupTree,
80+
tree: PluginSetupTree,
8181
) => PluginCodegenResult | Promise<PluginCodegenResult>;
8282
};

0 commit comments

Comments
 (0)