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

Slight reorganization around top-of-file comments #84

Closed fbartho closed 1 year ago

fbartho commented 1 year ago

I think this makes the code a little easier to follow.

I wasn't able to add an end-to-end integration test around "empty-statements-at-top-of-file" because you're right @IanVS, other layers prevent that from happening.

Instead I added a unit-test to assert the fatal-errors that we throw.