xo
xo copied to clipboard
Verbose mode
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.
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on Issuehunt to raise funds.
Some ideas
- The entire eslint
extends
chain - User-ignored files (as opposed to default-ignored ones)
- Applicable extensions
@issuehuntfest has funded $100.00 to this issue. See it on IssueHunt
@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 has submitted a pull request. See it on IssueHunt
@sindresorhus What's the status on this? Up for grabs?