ESLint plugin
The essential plugin for use with the Atlassian Design System.use-href-in-link-item
The LinkItem component in @atlaskit/menu will be requiring the href prop in future releases.
If no valid href prop is required, consider using the ButtonItem component.
Examples
Incorrect
<LinkItem>Button</LinkItem>
^^^^^^^^Correct
<LinkItem href="http://example.com">Link</LinkItem>