We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9961ab commit 93ef973Copy full SHA for 93ef973
src/common/config/parseUserConfig.ts
@@ -36,7 +36,7 @@ export function parseUserConfig({
36
}: {
37
args: string[];
38
overrides?: z4.ZodRawShape;
39
- parserOptions: ParserOptions;
+ parserOptions?: ParserOptions;
40
}): {
41
warnings: string[];
42
parsed: UserConfig | undefined;
0 commit comments