-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat(rule-finder): add --ext option #325
Conversation
@ljharb I aligned this PR with what eslint does : https://github.com/eslint/eslint/blob/3a5fbb3d634be688615950c0a5fa8aead6ff08b5/lib/cli-engine/file-enumerator.js#L150 Note that I had to drop unicode flag in regexp compared to eslint because of node 4 support in tests (I think you should drop support for node 4 and 6, it's pretty old now). |
@ljharb Should I change something else? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer to keep back compat as far as possible unless it's strictly necessary to drop.
LGTM pending one comment
Co-authored-by: Jordan Harband <ljharb@gmail.com>
@ljharb It would be great to have a new release :) (when you have some time) |
fix #322
depends on #324