Skip to content

Commit

Permalink
- Fixing legacy file name
Browse files Browse the repository at this point in the history
  • Loading branch information
frgarc committed Feb 29, 2024
1 parent 3e86c08 commit c01dea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/core-build-tasks/src/tasks/coreLint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { TaskFunction, condition, logger, prettierCheckTask, prettierTask, serie
import path from 'path';
import process from 'process';

const LEGACY_CONFIG_FILES = ['.eslintrc'];
const LEGACY_CONFIG_FILES = ['.eslintrc.js'];
const FLAT_CONFIG_FILES = ['eslint.config.js', 'eslint.config.mjs', 'eslint.config.cjs'];
const POSSIBLE_CONFIG_FILES = [...LEGACY_CONFIG_FILES, ...FLAT_CONFIG_FILES];

Expand Down

0 comments on commit c01dea2

Please sign in to comment.