eslint-nibble
eslint-nibble copied to clipboard
Thoughts on moving away from `eslint-summary`?
Background
eslint-summary
provides the summary line for eslint-nibble
.
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. 🙂