summaryrefslogtreecommitdiff
path: root/tests/specs/lint/jsx/react/mod.tsx
AgeCommit message (Collapse)Author
2024-09-27fix(lint): correctly handle old jsx in linter (#25902)Luca Casonato
Previously the CLI was incorrectly reporting `React` as unused in a JSX file that uses the "old" transform. The LSP was already handling this correctly.