Is it possible to format import groups alphabetically and always in new lines? #2587
Replies: 2 comments 1 reply
-
Sorry for the delay in commenting. Currently the organizeImport doesn't have the feature (and options) to sort alphabetically. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing: #3015 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
I'm new to biome and I wonder if it is possible, to have import groups sorted alphabetically?
For example, currently I do have this import group:
The biome.json file looks like this:
I'm using this command to invoke biome
npx @biomejs/biome check --apply ./src
As soon as biome has processed the files the import group looks like this:
Multiline is working perfectly fine, however as you can see, the imports are not sorted alphabetically, which would be nice.
Is there any configuration option in biome which I can use to achive this?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions