Skip to content

Commit 6d1baee

Browse files
authored
chore: remove unused @eslint/eslintrc dep (#1429)
## Internal ### Updates & Improvements - Remove `@eslint/eslintrc` dependency that is no longer used in `web/pingpong`.
1 parent 5956a60 commit 6d1baee

3 files changed

Lines changed: 1 addition & 117 deletions

File tree

web/pingpong/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"format": "prettier --write ."
1414
},
1515
"devDependencies": {
16-
"@eslint/eslintrc": "^3.3.3",
1716
"@eslint/js": "^10.0.1",
1817
"@sveltejs/adapter-auto": "^7.0.1",
1918
"@sveltejs/adapter-node": "^5.5.3",
@@ -75,8 +74,7 @@
7574
"ajv": ">=8.18.0"
7675
},
7776
"patchedDependencies": {
78-
"eslint@10.0.0": "patches/eslint@10.0.0.patch",
79-
"@eslint/eslintrc@3.3.3": "patches/@eslint__eslintrc@3.3.3.patch"
77+
"eslint@10.0.0": "patches/eslint@10.0.0.patch"
8078
}
8179
}
8280
}

web/pingpong/patches/@eslint__eslintrc@3.3.3.patch

Lines changed: 0 additions & 36 deletions
This file was deleted.

web/pingpong/pnpm-lock.yaml

Lines changed: 0 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)