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.
1 parent d43d85f commit 3c522c7Copy full SHA for 3c522c7
packages/plugin-eslint/package.json
@@ -40,7 +40,6 @@
40
"dependencies": {
41
"@code-pushup/utils": "0.74.1",
42
"@code-pushup/models": "0.74.1",
43
- "yargs": "^17.7.2",
44
"zod": "^4.0.5"
45
},
46
"peerDependencies": {
packages/plugin-eslint/src/lib/runner/lint.ts
@@ -57,7 +57,6 @@ async function executeLint({
57
ignoreExitCode: true,
58
cwd: process.cwd(),
59
env: {
60
- ...process.env,
61
ESLINT_FORMATTER_CONFIG: JSON.stringify({
62
outputDir,
63
filename,
0 commit comments