UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

5 lines (4 loc) 196 B
import a, {type LocalType} from './local-file'; import type Another from './another-local-file'; import value, {tp} from 'third-party'; import {specifier, type ThirdPartyType} from 'third-party';