Closed lindluni closed 2 years ago
🙌 Thanks for opening this pull request! You're awesome.
Hi @Divlo
I've added the test, thanks for pointing this out! Appreciate the help!
🎉 Congrats on getting your first pull request landed!
@Divlo
Any chance we can get a 12.0.1
tag and publish it to npm
to pick up this fix?
Thank you for your help with this!
@lindluni
PR for the release available there: #265.
What is the purpose of this pull request? (put an "X" next to item)
[ ] Documentation update [x] Bug fix [ ] New feature [ ] Other, please explain:
What changes did you make? (Give an overview)
Directly process the
--version
flag as per: #263Which issue (if any) does this pull request address?
263
Is there anything you'd like reviewers to focus on?
Processing the version flag directly in the
cli.js
module much like theeslint
project does: https://github.com/eslint/eslint/blob/main/lib/cli.js#L333