Releases: serverless-guru/prettier-import-order
Releases · serverless-guru/prettier-import-order
v0.4.1
- Adds
types
declarations to package.json
v0.4.0
- Added types for type checking prettier config file
v0.3.0
Features
- Added support for sorting type imports to bottom #4
Fixes
- Moved Vue as optional peer dependency #3
0.1.0
Features
- Add support for moving all the
type
imports to the top of the file when re-ordering imports.
- If present in any sorted group, move all the relative imports to the bottom of that group.