IanVS / prettier-plugin-sort-imports

An opinionated but flexible prettier plugin to sort import statements
Apache License 2.0
892 stars 21 forks source link

fix: augment Prettier `Options` types with internal `PluginConfig` #172

Closed jeremy-code closed 1 month ago

jeremy-code commented 1 month ago
IanVS commented 1 month ago

Awesome, this looks great, thanks! I tested it out in my project, and it worked well. Would you mind updating the README along with this change, though, to suggest the use of /** @type {import("prettier").Config} */ instead of /** @type {import("@ianvs/prettier-plugin-sort-imports").PrettierConfig} */?

jeremy-code commented 1 month ago

Sounds good, made the requested change to README.md