keithamus / sort-package-json

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

feat: support `c8` #230

Closed fisker closed 3 years ago

fisker commented 3 years ago

https://github.com/bcoe/c8#cli-options--configuration

c8 can be configured via command-line flags, a c8 section in package.json, or a JSON configuration file on disk.

I put it together with nyc, so we don't need to move it when switch nyc to c8

fisker commented 3 years ago

@keithamus Friendly ping.

I'm switching nyc to c8, I'd like to see this update to avoid unnecessary diff.

github-actions[bot] commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket:

fisker commented 3 years ago

Thanks!