xo icon indicating copy to clipboard operation
xo copied to clipboard

Verbose mode

Open sindresorhus opened this issue 7 years ago • 5 comments

Issuehunt badges

Would be useful to have an --verbose mode that outputs a lot of debug information:

  • Which files are ignored by our default ignore filter
  • Maybe the resolved ESLint config that is used?

What else?


Note: This issue has a bounty, so it's expected that you are an experienced programmer and that you give it your best effort if you intend to tackle this. Don't forget, if applicable, to add tests, docs (double-check for typos), and update TypeScript definitions. And don't be sloppy. Review your own diff multiple times and try to find ways to improve and simplify your code. Instead of asking too many questions, present solutions. The point of an issue bounty is to reduce my workload, not give me more. Include a 🦄 in your PR description to indicate that you've read this. Thanks for helping out 🙌 - @sindresorhus


There is a $100.00 open bounty on this issue. Add more on Issuehunt.

sindresorhus avatar Mar 06 '17 19:03 sindresorhus

Some ideas

  • The entire eslint extends chain
  • User-ignored files (as opposed to default-ignored ones)
  • Applicable extensions

marionebl avatar Mar 07 '17 07:03 marionebl

@issuehuntfest has funded $100.00 to this issue. See it on IssueHunt

IssueHuntBot avatar Jan 09 '19 16:01 IssueHuntBot

@sindresorhus I have submitted a pr with a basic implementation of the --verbose flag. I want to know if there is any other information to be printed out aside the ones listed here. I will appreciate it if you review the PR and give me your suggestions for the way forward.

Norris1z avatar Jan 13 '19 00:01 Norris1z

@norris1z has submitted a pull request. See it on IssueHunt

IssueHuntBot avatar Jan 13 '19 03:01 IssueHuntBot

@sindresorhus What's the status on this? Up for grabs?

ulken avatar Nov 06 '19 21:11 ulken