UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

7 lines (5 loc) 203 B
import { runTest } from '../run-test'; runTest(__dirname, ['typescript'], { importOrder: ['<TYPES>', '<THIRD_PARTY_MODULES>', '^[./]', '<TYPES>^[./]'], importOrderParserPlugins: ['typescript'], });