Skip to content

Commit 6a6d7bd

Browse files
authored
Merge branch 'main' into claude/clever-chatelet-e2a478
2 parents 464c8d2 + 80c3934 commit 6a6d7bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.mega-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ PRE_COMMANDS:
2222
- command: "NODE_ENV=development npm ci --ignore-scripts"
2323
cwd: "workspace"
2424

25-
# Use project's ESLint 10 (flat config, --no-eslintrc removed in v9+)
25+
# Use project's ESLint 10 (flat config). Megalinter v9.5+ EslintLinter strips
26+
# --no-eslintrc itself; declaring it under TYPESCRIPT_ES_COMMAND_REMOVE_ARGUMENTS
27+
# now crashes the run (ValueError: x not in list).
2628
TYPESCRIPT_ES_CLI_EXECUTABLE:
2729
- "node"
2830
- "node_modules/.bin/eslint"
2931
TYPESCRIPT_ES_CONFIG_FILE: eslint.config.js
30-
TYPESCRIPT_ES_COMMAND_REMOVE_ARGUMENTS:
31-
- "--no-eslintrc"
3232

3333
# Global exclusions
3434
FILTER_REGEX_EXCLUDE: "(node_modules/|dist/|build/|\\.git/)"

0 commit comments

Comments
 (0)