ggascoigne / prettier-plugin-import-sort

Prettier plugin to pass javascript and typescript through import-sort
MIT License
110 stars 11 forks source link

Not compatible with Prettier v2 #8

Closed euangoddard closed 4 years ago

euangoddard commented 4 years ago

Prettier have changed their API and, as a result, sorting no longer works.

Relevant changes are here.

I will make a PR as the change is very small to fix it

euangoddard commented 4 years ago

Looks like @thebuilder has already addressed this in #7

ggascoigne commented 4 years ago

Fixed in v0.0.4.

Thank you for the report.