primer / eslint-plugin-primer-react

ESLint rules for Primer React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create an lint rule to warn deprecated component usage

broccolinisoup opened this issue · comments

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'

Closing this in favor of #114