Interactive HTML elements such as <button> and <a> are given interactions such as Tab focus by browsers.
Giving an interactive HTML element a non-interactive role will remove those interactions, which causes accessibility issues on pages that do so.
Preserve the native element behavior or use a different native element instead.
If you are using a framework that intentionally removes native browser interactions, you can disable this rule.
However, removing native browser interactions is strongly discouraged as it harms accessibility.
It is recommended to preserve native interactive element behaviors.