Remove @eslint/js dependency. Already installed with eslint in deep (#3636)

I lint my modules and just see this:

`@eslint/js` is now not needed.
it's installed by `eslint` it self
This commit is contained in:
Bugsounet - Cédric 2024-11-17 13:15:51 +01:00 committed by GitHub
parent 15baffdede
commit bd1324cc42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 2 deletions

View File

@ -23,6 +23,7 @@ _This release is scheduled to be released on 2025-01-01._
### Removed
- [tests] Removed node-pty and drivelist from rebuilded test (#3575)
- [deps] Remove `@eslint/js` dependency. Already installed with `eslint` in deep (#3636)
### Updated

1
package-lock.json generated
View File

@ -30,7 +30,6 @@
"systeminformation": "^5.23.5"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.10.1",
"cspell": "^8.15.7",
"eslint-plugin-import": "^2.31.0",

View File

@ -81,7 +81,6 @@
"systeminformation": "^5.23.5"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.10.1",
"cspell": "^8.15.7",
"eslint-plugin-import": "^2.31.0",