Skip to content

Commit 896d190

Browse files
authored
Rollup merge of rust-lang#148675 - Kobzol:eslint-js, r=yotamofek
Remove eslint-js from npm dependencies Testing if this unblocks CI. r? ``@ghost``
2 parents 9326ff3 + eac0c5a commit 896d190

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"browser-ui-test": "^0.22.2",
44
"es-check": "^6.2.1",
55
"eslint": "^8.57.1",
6-
"eslint-js": "github:eslint/js",
76
"typescript": "^5.8.3"
7+
},
8+
"devDependencies": {
9+
"@types/node": "^24.10.0"
810
}
911
}

0 commit comments

Comments
 (0)