Re-add eslint-plugin-import (#3586)

eslint-plugin-import was missing since the switch to
[v9](https://github.com/MagicMirrorOrg/MagicMirror/pull/3558). They
finally
[support](https://github.com/import-js/eslint-plugin-import/pull/2996)
it so we can re-add it.
This commit is contained in:
Veeck
2024-10-13 15:22:02 +02:00
committed by GitHub
parent 3d1e8ab849
commit fff31068ab
4 changed files with 789 additions and 403 deletions

View File

@@ -11,6 +11,8 @@ _This release is scheduled to be released on 2025-01-01._
### Added
- [linter] re-added `eslint-plugin-import`now that it supports ESLint v9
### Removed
- [tests] Removed node-pty and drivelist from rebuilded test (#3575)