You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, I was curious what the performance difference between is this package and the original, and what things are faster. I only want to do import sorting, so I was wondering if there are any performance improvements to that in this package, or if there wouldn't be much of a difference.
The text was updated successfully, but these errors were encountered:
Looking at that property again, it seems I misunderstood what it does. What I wanted is for the order rule to sort types like I specify in groups, put types at the top, with a newline separating them from the other imports, and disallowing newlines anywhere else, like so:
It is an option for the
order
rule:https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/order.md#newlines-between-types
Also, I was curious what the performance difference between is this package and the original, and what things are faster. I only want to do import sorting, so I was wondering if there are any performance improvements to that in this package, or if there wouldn't be much of a difference.
The text was updated successfully, but these errors were encountered: