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
Though it seems we need literally the same rule but looking at the decorator string rather than the define call
I wonder if we can somehow share the implementation. Maybe the WC plugin could somehow expose how it finds tag names so we can extend it instead of providing a separate rule
Maybe I'm overthinking though and we should just duplicate it 😅
Similar to eslint-plugin-wc tag-name-matches-class a similar rule that matches on
@customElement
Incorrect example:
Correct example:
Similar to the eslint-plugin-wc rule, a prefix and suffix option would be good
The text was updated successfully, but these errors were encountered: