trivago / prettier-plugin-sort-imports

A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order.
Apache License 2.0
3.37k stars 133 forks source link

chore: describe the sort-imports-ignore comment in the README #307

Open lorenzodejong opened 3 months ago

lorenzodejong commented 3 months ago

This PR includes documentation on the supported // sort-imports-ignore comment.

This original issue describes the support for the comment, however documentation was not added in the README.