UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

13 lines (11 loc) 264 B
import * as plugin from '../../src'; import { runTest } from '../run-test'; runTest(__dirname, ['astro'], { plugins: ['prettier-plugin-astro', plugin], importOrder: [ '<TYPES>', '<BUILT_IN_MODULES>', '<THIRD_PARTY_MODULES>', '^[./]', ], });