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 e9e98a6 commit 2f073ecCopy full SHA for 2f073ec
packages/core/src/config.ts
@@ -95,7 +95,7 @@ const findConfig = async (basePath: string): Promise<string | undefined> => {
95
resolve(configPath);
96
return;
97
}
98
- if (index === DEFAULT_CONFIG_EXTENSIONS.length - 1) {
+ if (arr.slice(index + 1).every((i) => i === false)) {
99
resolve(undefined);
100
101
0 commit comments