prettier-plugin-organize-imports

Make Prettier organize your imports using the TypeScript language service API.

MIT License

Downloads
3.4M
Stars
964
Committers
9

Bot releases are hidden (Show)

prettier-plugin-organize-imports - 1.1.0

Published by simonhaenisch over 4 years ago

Added a feature to skip sorting imports for a file when it contains one of the comments
// organize-imports-ignore or // tslint:disable:ordered-imports (see 039c1785272d3ad564ff89b93292bf9eaa800e80).

Thanks to @thorn0 for this!

prettier-plugin-organize-imports - 1.0.4

Published by simonhaenisch over 4 years ago

Fixed an issue where multi-line import statements would break because of Typescript 3.9.
Thanks @mathieumg!

Also added a Github action to run the tests.

prettier-plugin-organize-imports - 1.0.3

Published by simonhaenisch over 4 years ago

Fixed the minimum required peer dependency versions.

prettier-plugin-organize-imports - 1.0.0

Published by simonhaenisch over 4 years ago

Initial release.

prettier-plugin-organize-imports - 1.0.1

Published by simonhaenisch over 4 years ago

Fix: only apply file changes if there are any

prettier-plugin-organize-imports - 1.0.2

Published by simonhaenisch over 4 years ago

Fix: respect an existing typescript preprocessor