-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Update existing rules to handle native classes #560
Comments
The I can start fixing those today |
@laurmurclar that would be great, thanks! I was looking at the code for those rules and it looks like it should be quick to update them. If we can get that change in today then I'll include it in a new release today. |
@bmish Afraid it wont be today! But feel free to work away at them if you have time |
I'm going to close this. At this point, most rules have been updated with support for native JavaScript classes and decorators, including the most important ones. The few remaining rules that haven't been updated note "Missing native JavaScript class support" in their rule docs. |
For example,
no-new-mixins
presumably should apply to both classic/native classes.This would be good preparation for Ember Octane.
Originally posted by @bmish in #558 (comment)
Related to #566.
The text was updated successfully, but these errors were encountered: