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

recommend using ^react$ for sorting react to the top. #126

Closed willhoney7 closed 11 months ago

willhoney7 commented 11 months ago

Hi there!

I copy and pasted this from the readme and got confused when I found react-query and other react- imports also getting sorted to the top. I think it would be a simple change to recommend people use ^react$ instead of just react for sorting react to the top.

Also, thanks so much for this plugin. It's incredible and exactly what I've been looking for!

IanVS commented 11 months ago

Thanks for the contribution, looks reasonable to me!