lydell / eslint-plugin-simple-import-sort

Easy autofixable import sorting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to disable alphabetic sorting inside the group?

olehkhalin opened this issue · comments

Is there a way to disable alphabetic sorting inside the group?
Or even better if I could config the sorting of components according to their usage order in the code

Hi!

It is not possible to disable the alphabetic sorting, and it’s not configurable. I don’t want to add that either.

Hi!

It is not possible to disable the alphabetic sorting, and it’s not configurable. I don’t want to add that either.

Hi!

Thank you for such a quick response, and sorry for such a poor message from me.
I'll add some context maybe it will change your mind.
Now I'm using Gatsby and your plugin. Your plugin helps me a lot, thanks for that.
But during the build time, there are some problems with the generated chunks because of the imports order. There is a link to the conversation gatsbyjs/gatsby#26486