MagicMirrorOrg / MagicMirror

MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
http://magicmirror.builders
MIT License
19.83k stars 4.21k forks source link

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

Closed bugsounet closed 5 days ago

bugsounet commented 5 days ago

I lint my modules and just see this:

@eslint/js is now not needed. it's installed by eslint it self

bugsounet commented 5 days ago

pinging: @KristjanESPERANTO do you see this ?

KristjanESPERANTO commented 5 days ago

We've had this issue at some point before. I usually prefer to have dependencies that we import in the package.json. But in this case we will probably never run into a real problem, so I think the change is okay :slightly_smiling_face: