mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
13 lines
298 B
Text
13 lines
298 B
Text
|
error[no-unused-vars]: `data` is never used
|
||
|
--> [WILDCARD]lint/jsx/main.jsx:1:7
|
||
|
|
|
||
|
1 | const data = <div>hello</div>;
|
||
|
| ^^^^
|
||
|
= hint: If this is intentional, prefix it with an underscore like `_data`
|
||
|
|
||
|
docs: https://lint.deno.land/rules/no-unused-vars
|
||
|
|
||
|
|
||
|
Found 1 problem
|
||
|
Checked 1 file
|