Should the rule be auto-suppressed when there's a role attribute on the element? ``` jsx <div role="button" onClick={sth}>Click me</div> ```
Should the rule be auto-suppressed when there's a role attribute on the element?