Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colorize analyse results #671

Open
2 tasks
goloroden opened this issue Aug 5, 2021 · 2 comments
Open
2 tasks

Colorize analyse results #671

goloroden opened this issue Aug 5, 2021 · 2 comments
Labels

Comments

@goloroden
Copy link
Member

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
@yeldiRium
Copy link
Contributor

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.

@goloroden
Copy link
Member Author

Sounds good 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants