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
I have seen quite a bit recently a pattern of a static getter or property for the component name. We could fairly easily add an opt-in rule for this.
Something like require-static-name with a default config { propertyName: 'is' } that could be changed to something like { propertyName: 'tag' } instead?
The text was updated successfully, but these errors were encountered:
I have seen quite a bit recently a pattern of a static getter or property for the component name. We could fairly easily add an opt-in rule for this.
Something like
require-static-name
with a default config{ propertyName: 'is' }
that could be changed to something like{ propertyName: 'tag' }
instead?The text was updated successfully, but these errors were encountered: