Based on [our team strategy of rolling out breaking accessibility remediations](https://github.com/github/primer/blob/main/how-we-work/prc-engineering-strategy-for-accessibility-remediation.md), we need a supporting eslint rule for Tooltip. The rule will suggest using the new accessible tooltip rather than the one in the main bundle. From ``` import { Tooltip } from '@primer/react' ``` to ``` import { Tooltip } from '@primer/react/next' ```