un-ts / eslint-plugin-import-x

`eslint-plugin-import-x` is a fork of `eslint-plugin-import` that aims to provide a more performant and more lightweight version of the original plugin.
https://npm.im/eslint-plugin-import-x
MIT License
428 stars 20 forks source link

Upstream issue with incorrect `order` rule #115

Open vasilii-kovalev opened 3 months ago

vasilii-kovalev commented 3 months ago

Tried yesterday the latest version of this package, and it has the same issue as the upstream package has after 2.26.0 version.

Details:

Is there any chance for this issue to be fixed in the fork?

SukkaW commented 3 months ago

I will be looking into this in the future! In the meantime, I am currently focusing on the performance regression of the no-cycle rule.

Mrtenz commented 2 months ago

I ran into this too. Is there any workaround?

vasilii-kovalev commented 2 months ago

I ran into this too. Is there any workaround?

I switched to eslint-plugin-simple-import-sort. It also supports custom groups.