-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem?
Sort also export not just imports.
Describe the solution you'd like
When I have code like that:
export { c, a, b, A } from 'foo';
export { x } from 'bar';
To be sorted like that:
export { x } from 'bar';
export { A, a, b, c } from 'foo';
Describe alternatives you've considered
None
Additional context
Related: trivago/prettier-plugin-sort-imports#159
jasikpark, babakfp, zanminkian and dougludlow
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed