diff options
author | Luca Casonato <hello@lcas.dev> | 2024-09-27 16:14:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 14:14:17 +0000 |
commit | 6f0fbceaf213f523bc68d23ea28fd457499f3a75 (patch) | |
tree | 5080be4cf51993198dc3ad54b20889f25a7b93d0 /tests/specs/lint/jsx/main.jsx | |
parent | 3134abefa462ead8bb8e2e4aa8a5b57910f3d430 (diff) |
fix(lint): correctly handle old jsx in linter (#25902)
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.
Diffstat (limited to 'tests/specs/lint/jsx/main.jsx')
-rw-r--r-- | tests/specs/lint/jsx/main.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/specs/lint/jsx/main.jsx b/tests/specs/lint/jsx/main.jsx deleted file mode 100644 index 625e7d430..000000000 --- a/tests/specs/lint/jsx/main.jsx +++ /dev/null @@ -1 +0,0 @@ -const data = <div>hello</div>; |