UNPKG

prettier-plugin-import-sort

Version:

Prettier plugin to pass javascript and typescript through import-sort

20 lines (10 loc) 406 B
# CHANGELOG ## 0.0.7 * BREAKING: Drop support for Prettier v1, if you still need this then use version 0.0.6 * forward file paths through to import sort, useful if you use non-extension based import-sort rules. ## 0.0.6 * Readme updates ## 0.0.5 * Improve support for finding the config in monorepos and other environments where node_modules isn't in the cwd. ## 0.0.4 * Add Prettier 2.0 support