Skip to content

Commit fdab3f9

Browse files
committed
fix
1 parent 1fb4b18 commit fdab3f9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

files/empty.json

-1
This file was deleted.

lib/utils/parser-config-resolver/build-parser-using-legacy-config.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ export function buildParserUsingLegacyConfig(cwd: string): Parser {
1919
},
2020
getEslintAllConfig() {
2121
return {}
22-
},
23-
eslintRecommendedPath: require.resolve('../../../files/empty.json'),
24-
eslintAllPath: require.resolve('../../../files/empty.json')
22+
}
2523
})
2624

2725
function getConfigForFile(filePath: string) {

0 commit comments

Comments
 (0)