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
3 changed files with 1 additions and 2 deletions

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",