roboter icon indicating copy to clipboard operation
roboter copied to clipboard

Colorize analyse results

Open goloroden opened this issue 4 years ago • 2 comments

What is this feature about?

In the past, when we ran ESLint as child process, there was colored output if something went wrong. Of course, colored output is not an end in itself, but it improved readability of long linting results. Since 12.0.0 we don't have this colored output any more, but it would be nice to have it again 😉

What needs to be done to implement this feature?

  • [ ] Figure out how to colorize ESLint results
  • [ ] Enable colored output again

goloroden avatar Aug 05 '21 10:08 goloroden

Huh, I actually thought the ESLint results were colored. But I agree that that would be nice to have.

I already added custom formatting for the npm-package-json-lint results which are currently not colored either. We could re-use the format and color in both.

yeldiRium avatar Aug 05 '21 10:08 yeldiRium

Sounds good 👍

goloroden avatar Aug 05 '21 10:08 goloroden