We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 464c8d2 + 80c3934 commit 6a6d7bdCopy full SHA for 6a6d7bd
1 file changed
.mega-linter.yml
@@ -22,13 +22,13 @@ PRE_COMMANDS:
22
- command: "NODE_ENV=development npm ci --ignore-scripts"
23
cwd: "workspace"
24
25
-# Use project's ESLint 10 (flat config, --no-eslintrc removed in v9+)
+# 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).
28
TYPESCRIPT_ES_CLI_EXECUTABLE:
29
- "node"
30
- "node_modules/.bin/eslint"
31
TYPESCRIPT_ES_CONFIG_FILE: eslint.config.js
-TYPESCRIPT_ES_COMMAND_REMOVE_ARGUMENTS:
- - "--no-eslintrc"
32
33
# Global exclusions
34
FILTER_REGEX_EXCLUDE: "(node_modules/|dist/|build/|\\.git/)"
0 commit comments