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

@@ -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