-
Notifications
You must be signed in to change notification settings - Fork 7
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
Recent features #25
Comments
These should definitely be implemented as lints for this library! I haven't had much time to work on this plugin, though. If you'd be interested in making some PR's I'd be very happy to review+merge, and also offer guidance where I can. |
Have my plate full atm, but would be nice to have an issue to be kept updated in case others may be able to assist at some point. |
If you could first complete the review of the ESLint 9 PR, I can submit a PR for logical assignment expressions and another updating some of the docs. It seems you actually had a number of the items I misread as missing (now updated above). |
Thanks for all the reviews! |
Thanks for making the PRs! |
I see the recommended config sets
ecmaVersion
to 2020.Is that because there is no detection of features above 2020 (i.e.., for 2021,
private methods and accessors, numeric separators, logical assignment operators; for 2022, top-level await;public/private, static/instance fields;static initialization blocks; for 2023, hashbang grammar)?Might these be tracked here if so?
Thanks!
The text was updated successfully, but these errors were encountered: