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

print as list #301

Open
wareczek opened this issue Aug 5, 2018 · 2 comments
Open

print as list #301

wareczek opened this issue Aug 5, 2018 · 2 comments

Comments

@wareczek
Copy link

wareczek commented Aug 5, 2018

Please add option to print as a list - each rule in one line.

@Strajk
Copy link

Strajk commented Oct 31, 2020

Use xargs -L1 for a quick workaround

./node_modules/.bin/eslint-find-rules --unused --no-error | xargs -L1

@himynameisdave
Copy link

It'd also be cool to include the link to the documentation for missing rules (this could be optional though).

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

No branches or pull requests

3 participants