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
prettier-plugin-organize-imports is a plugin that automatically runs tsserver's "organize imports" after prettier runs. This transforms the code (reordering imports and perhaps removing them), which goes beyond prettier's standard scope. I can see someone not wanting to do this, so possibly this should be configurable as to whether this runs or not, if this issue is accepted.
The text was updated successfully, but these errors were encountered:
prettier-plugin-organize-imports
is a plugin that automatically runs tsserver's "organize imports" after prettier runs. This transforms the code (reordering imports and perhaps removing them), which goes beyond prettier's standard scope. I can see someone not wanting to do this, so possibly this should be configurable as to whether this runs or not, if this issue is accepted.The text was updated successfully, but these errors were encountered: