Created by: deftomat
As described in docs, jsx-a11y/aria-role
ESLint rule can be disabled for non-DOM elements.
I'm pretty sure that we want to check only native HTML elements as a lot of developers can struggle when we raise a warning for the role
property in their custom React components.