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
Which will trigger the rule no-static-element-interactions but is that correct? I cannot put a role attribute on this element because there is no role for an element being a valid dropping target. I can of course just ignore that rule in this case but I'm raising the issue here because maybe some event listeners should be excluded from triggering this rule, like the 4 above here.
What do you think?
The text was updated successfully, but these errors were encountered:
Hello there! I just started using this ESLint extension, and I noticed it is flagging a lot of stuff of which I doubt is valid.
I have HTML like:
Which will trigger the rule
no-static-element-interactions
but is that correct? I cannot put a role attribute on this element because there is no role for an element being a valid dropping target. I can of course just ignore that rule in this case but I'm raising the issue here because maybe some event listeners should be excluded from triggering this rule, like the 4 above here.What do you think?
The text was updated successfully, but these errors were encountered: