UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

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