Hi,
gulp-util is deprecated. It should be replaced by dependencies on the individual components used by gulp-eslint. The README lists alternatives for the different components.
gulpjs recommend using ansi-colors instead of chalk. I tried it on, it works good and passes all test.
chalk could still be used w/o any much problem i guess, it's gutil.colors from gulp-util that's deprecated
Can someone please release this, thanks!
Please release!!
Most helpful comment
gulpjs recommend using
ansi-colorsinstead ofchalk. I tried it on, it works good and passes all test.