diff --git a/core/cli/src/messages.ts b/core/cli/src/messages.ts index a7b0be978..f334d4b65 100644 --- a/core/cli/src/messages.ts +++ b/core/cli/src/messages.ts @@ -102,7 +102,8 @@ ${invalidOptions .map(([plugin, error]) => fromZodError(error, { prefix: `- ${s.plugin(plugin)} has the issue(s)` }).message) .join('\n')} -Please update the options so that they are the expected types. You can refer to the README for the plugin for examples and descriptions of the options used.` +Please update the options so that they are the expected types. You can refer to the README for the plugin for examples and descriptions of the options used. +` export const formatUnusedOptions = ( unusedOptions: string[],