Closed TheBox193 closed 2 months ago
That sounds like a good idea. Normally I'd suggest submitting a PR upstream, but the author has not been on GitHub for years it looks like, so I think that would be fruitless. I'd be happy to accept a PR that pulls it into eslint-nibble itself. Thanks for the offer.
Background
eslint-summary
provides the summary line foreslint-nibble
.While
eslint-nibble
has been maintained,eslint-summary
has not for ~8yrs. For exampleeslint-nibble
is using"chalk": "^4.1.1"
whileeslint-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 intoeslint-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. 🙂