UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

13 lines (11 loc) 193 B
import { runTest } from '../run-test'; runTest(__dirname, ['typescript'], { importOrder: [ '', '<BUILTIN_MODULES>', '', '<THIRD_PARTY_MODULES>', '', '^[.]', ], });