willhoney7 / eslint-plugin-import-helpers

ESLint plugin to help enforce a configurable order for import statements
288 stars 17 forks source link

Add support for a `type` group. #50

Closed willhoney7 closed 1 year ago

willhoney7 commented 1 year ago

Add support for classifying type imports as an entirely separate group.,

See order-imports.md docs for information on how to use it.

In addition:

Closes #27