Skip to content

Commit 3c522c7

Browse files
author
John Doe
committed
wip
1 parent d43d85f commit 3c522c7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/plugin-eslint/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"dependencies": {
4141
"@code-pushup/utils": "0.74.1",
4242
"@code-pushup/models": "0.74.1",
43-
"yargs": "^17.7.2",
4443
"zod": "^4.0.5"
4544
},
4645
"peerDependencies": {

packages/plugin-eslint/src/lib/runner/lint.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ async function executeLint({
5757
ignoreExitCode: true,
5858
cwd: process.cwd(),
5959
env: {
60-
...process.env,
6160
ESLINT_FORMATTER_CONFIG: JSON.stringify({
6261
outputDir,
6362
filename,

0 commit comments

Comments
 (0)