We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e86c08 commit c01dea2Copy full SHA for c01dea2
tools/core-build-tasks/src/tasks/coreLint.ts
@@ -7,7 +7,7 @@ import { TaskFunction, condition, logger, prettierCheckTask, prettierTask, serie
7
import path from 'path';
8
import process from 'process';
9
10
-const LEGACY_CONFIG_FILES = ['.eslintrc'];
+const LEGACY_CONFIG_FILES = ['.eslintrc.js'];
11
const FLAT_CONFIG_FILES = ['eslint.config.js', 'eslint.config.mjs', 'eslint.config.cjs'];
12
const POSSIBLE_CONFIG_FILES = [...LEGACY_CONFIG_FILES, ...FLAT_CONFIG_FILES];
13
0 commit comments