keithamus / sort-package-json

Sort an Object or package.json based on the well-known package.json keys
MIT License
790 stars 83 forks source link

feat: support jest plugins 'jest-junit' and 'jest-stare' #275

Closed jfairley closed 1 year ago

jfairley commented 1 year ago

Adds support to sort the configuration for jest plugins "jest-junit" and "jest-stare" next to the main "jest" config.

jfairley commented 1 year ago

I don't know if there are other jest plugins worth considering. I think ideally there'd be a wildcard rule like jest-* that lined up right after jest, but I didn't want to get too deep in.

Minimally, this will satisfy my own project's needs.

keithamus commented 1 year ago

Minimally, this will satisfy my own project's needs.

That’s exactly the contributions I get excited about! Let’s not worry about theoretical gains. Scratch your own itch and someone else can come in after with more.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: