Missing `^9` eslint peer dependency
jpzwarte opened this issue · 2 comments
jpzwarte commented
So with the latest release, the plugin now supports flat configs (which afaik are >= eslint 9 only). But the eslint peer dependency does not include ^9
yet?
This results in the following log line when running yarn:
➤ YN0060: │ eslint is listed by your project with version 9.10.0 (pe2100), which doesn't satisfy what eslint-plugin-import and other dependencies request (^8.57.0).
Is this intentional or an oversight?