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
Describe the use case you need it for
IMHO single line imports are much cleaner and take up less space. I would like to run import-conductor after prettier, to make my imports consistent and on a single line.
Hi @Waterstraal thx a lot for this feature request. I think this is a valid request. I am currently pretty busy, and therefore I don't know when I have time to implement this. Feel free to send a PR if you want ;)
Describe the feature
I would like to have an option that forces imports to be on 1 line.
So this:
Would be printed as:
(example taken from the prettier discussion on this topic)
Describe the use case you need it for
IMHO single line imports are much cleaner and take up less space. I would like to run import-conductor after prettier, to make my imports consistent and on a single line.
Other
Note: dprint added this: dprint/dprint-plugin-typescript#365
The text was updated successfully, but these errors were encountered: