To increase the adoption of our accessible/improved components, we want to add a lint rule that warns consumers if they stay using the deprecated version of the components.
We want to move away from
import { Tooltip } from '@primer/react/deprecated'
to
import { Tooltip } from '@primer/react/experimental'