Skip to content

Commit 2f073ec

Browse files
committed
chore: update
1 parent e9e98a6 commit 2f073ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const findConfig = async (basePath: string): Promise<string | undefined> => {
9595
resolve(configPath);
9696
return;
9797
}
98-
if (index === DEFAULT_CONFIG_EXTENSIONS.length - 1) {
98+
if (arr.slice(index + 1).every((i) => i === false)) {
9999
resolve(undefined);
100100
return;
101101
}

0 commit comments

Comments
 (0)