developer-stylechain / gulp-stylelint

Gulp plugin for running Stylelint results through various reporters.
MIT License
14 stars 4 forks source link

Remove dependency to through2 #3

Closed onigoetz closed 2 years ago

onigoetz commented 2 years ago

This PR removes a dependency to through2 because it uses readable-stream which is an outdated version of node-stream and yet one more dependency.

Replaced by the standard node stream API

I didn't update the package-lock because it would most probably conflict with my other PR