1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/lint/jsx/react-jsx.out

13 lines
298 B
Text
Raw Normal View History

error[no-unused-vars]: `React` is never used
--> [WILDCARD]mod.tsx:1:7
2024-09-16 13:45:25 -04:00
|
1 | const React = { createElement() {} };
| ^^^^^
= hint: If this is intentional, prefix it with an underscore like `_React`
2024-09-16 13:45:25 -04:00
docs: https://lint.deno.land/rules/no-unused-vars
Found 1 problem
Checked 1 file