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
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
Wanted
The text was updated successfully, but these errors were encountered:
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 prettierDescribe the solution you'd like
The feature allows to addition of new line between imports
Current
Wanted
The text was updated successfully, but these errors were encountered: