Sorting imports by line length - eslint

Viewed 605

Any ideas how could I sort my imports by line "length" using eslint?

What I would like to achieve the behaviour shown in the attachment:

enter image description here

1 Answers
Related