IanVS / prettier-plugin-sort-imports

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

Support babel-ts parser #97

Closed IanVS closed 1 year ago

IanVS commented 1 year ago

Restores compatibility with the latest version of prettier-plugin-astro.

Fixes https://github.com/IanVS/prettier-plugin-sort-imports/issues/96.

To confirm, I made this change in the node_modules of the project in the above issue, and confirmed that sorting began working correctly again.