Appearance
no-nested-interactive
Detect interactive content inside a or button.
error
<a href="#"> <button>x</button> </a>
<a href="#">text</a>
{ "rules": { "no-nested-interactive": "error" } }