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
In the case of ?hidden=${true} or ?hidden=${false} might be worth a rule similar to no-useless-template-literals where the binding would never change and be equivalent to hidden or no attribute respectively.
Add a rule to check that known boolean attributes are bound using the "boolean attribute binding",
?
.Attributes like
hidden
,disabled
,checked
etc. if bound to a variable should be using the?
binding syntax.The text was updated successfully, but these errors were encountered: