We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8ede0 commit f164727Copy full SHA for f164727
packages/core/src/bundle-oas.ts
@@ -74,11 +74,13 @@ export async function bundleOas(
74
});
75
}
76
77
-export function loadConfig(options: {
78
- configPath?: string;
79
- customExtends?: string[];
80
- externalRefResolver?: BaseResolver;
81
-}) {
+export function loadConfig(
+ options: {
+ configPath?: string;
+ customExtends?: string[];
+ externalRefResolver?: BaseResolver;
82
+ } = {}
83
+) {
84
return new Config(
85
{
86
rules: {},
0 commit comments