Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-27 | fix(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. |