[ESLint]: dependency-group
rule doesn't work correctly
#65440
Labels
[Status] In Progress
Tracking issues with work in progress
[Tool] ESLint plugin
/packages/eslint-plugin
[Type] Bug
An existing feature does not function as intended
During the review of #65289, @louwie17 noticed that the ESLint didn't catch some wrong imports order.
I'm able to replicate in other packages too.
With this list of imports, ESlint should catch the error (
privateApis
should be above). You can replicate it moving theprivateApis
import in this file.I checked the unit test of the
dependency-group rule
updating the valid case to this one:The unit test doesn't fail.
It looks like that the rule doesn't work correctly.
The text was updated successfully, but these errors were encountered: