dprint-plugin-prettier
dprint-plugin-prettier copied to clipboard
Plugin: prettier-plugin-organize-imports
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.