Skip to content

Commit c01dea2

Browse files
committed
- Fixing legacy file name
1 parent 3e86c08 commit c01dea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/core-build-tasks/src/tasks/coreLint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { TaskFunction, condition, logger, prettierCheckTask, prettierTask, serie
77
import path from 'path';
88
import process from 'process';
99

10-
const LEGACY_CONFIG_FILES = ['.eslintrc'];
10+
const LEGACY_CONFIG_FILES = ['.eslintrc.js'];
1111
const FLAT_CONFIG_FILES = ['eslint.config.js', 'eslint.config.mjs', 'eslint.config.cjs'];
1212
const POSSIBLE_CONFIG_FILES = [...LEGACY_CONFIG_FILES, ...FLAT_CONFIG_FILES];
1313

0 commit comments

Comments
 (0)