Closed ritamcastro closed 2 months ago
Yes, see #2948.
Until then, you can’t use eslint 9 with this plugin.
Thanks a lot for the fast reply! 🙏
We did see that thread, but since the flat config came to play, we assumed that eslint 9 would also work. Out of curiosity, do you have any idea when v9 will be supported? Ball park it - next week, month, quarter, year?
Thanks for the support :)
eslint 8 is when flat config was added.
I have no timeline - but obviously as soon as it can be completed would be ideal.
Hello,
We noticed that this plugin is now supporting the flat config and we tried it out.
We have started a clean
eslint
setup (following https://eslint.org/docs/latest/use/getting-started) and got these dependencies in the package.jsonWhen we tried to install the
eslint-plugin-import
we got the following error:Are there any plans to upgrade the peer dependency of this plugin to
eslint
>9?Thank you very much! 🙏