This lint rule comes up when you try to use an anchor tag without a valid href.
<a href="#"></a>More info: facebook/create-react-app#4141 (comment)
- Use anchor tags for navigation (directing users to another page).
- Use a button styled as a link for inline text that users should click on to make something happen (like clearing selected filters).