UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

13 lines (11 loc) 263 B
import { runTest } from '../run-test'; runTest(__dirname, ['typescript'], { importOrder: [ '', // Empty string here signifies blank line after top-of-file-comments '<BUILTIN_MODULES>', '', '<THIRD_PARTY_MODULES>', '', '^[./]', ], });