eslint-nibble icon indicating copy to clipboard operation
eslint-nibble copied to clipboard

Thoughts on moving away from `eslint-summary`?

Open TheBox193 opened this issue 1 year ago • 1 comments

Background

eslint-summary provides the summary line for eslint-nibble. image

While eslint-nibble has been maintained, eslint-summary has not for ~8yrs. For example eslint-nibble is using "chalk": "^4.1.1" while eslint-summary is still on "chalk": "^1.0.0".

The functionality of eslint-summary is rather straightforward. Does it make sense to adopt and pull this code into eslint-nibble?

This came to my attention when looking through my repos dependencies and vulnerabilities and chasing down where older versions of chalk where coming from.

Thoughts?

I would be happy to open a PR & add some unit tests if there is interest. 🙂

TheBox193 avatar Apr 10 '23 04:04 TheBox193