You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Making an issue for my comment #1839 (comment) .
I don't think no-unused-new deserves to be its own rule since we have no-unused-expression.
This would also allow us to clean up the implementation of no-unused-expression, since no-unused-new currently inherits from it.
The text was updated successfully, but these errors were encountered:
Making an issue for my comment #1839 (comment) .
I don't think
no-unused-new
deserves to be its own rule since we haveno-unused-expression
.This would also allow us to clean up the implementation of
no-unused-expression
, sinceno-unused-new
currently inherits from it.The text was updated successfully, but these errors were encountered: