trivago / prettier-plugin-sort-imports

A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order.
Apache License 2.0
3.28k stars 129 forks source link

Add new line between each import #250

Open alamenai opened 1 year ago

alamenai commented 1 year ago

Is your feature request related to a problem?

I use Eslint which has a rule of adding a new line after each import, however when I crtl+shift+i it applies the prettier-plugin-sort-imports which removes the new line between each import. Which makes conflicts between eslint and prettier

Describe the solution you'd like The feature allows to addition of new line between imports

Current

image

Wanted

image