1.0.2 • Published 6 years ago
prettier-plugin-sort-typescript-imports v1.0.2
Prettier Plugin: Sort TypeScript Imports
A plugin that makes Prettier sort your imports using the organizeImports feature of the TypeScript language service API. This is the same as using the "Organize Imports" action in VS Code.
Installation
npm install --save-dev prettier-plugin-sort-typescript-importsprettier and typescript are peer dependencies, so make sure you have those installed in your project.
Usage
The plugin will be loaded by Prettier automatically. No configuration needed.
License
MIT.