-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove the no-new rule #2
Comments
Consider removing the |
Another way would be to consolidate |
Or we could remove the |
Added notice in v3.4.2 about removing this rule in 4.0. |
Fixed in 4.0.0 |
For some built-in types like
RegExp
,Map
,Set
, there is no way around using thenew
keyword. Maybe there should be an option to skip those cases.The text was updated successfully, but these errors were encountered: