mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
![Marvin Hagemeister](/assets/img/avatar_default.png)
This PR updates `deno_lint` which contains a couple of bug fixes for JSX/React related rules. The react rules now have all a `react-*` prefix in the name as well.
12 lines
254 B
Text
12 lines
254 B
Text
error[no-unused-vars]: `t` is never used
|
|
--> [WILDLINE]
|
|
|
|
|
4 | const t = 5;
|
|
| ^
|
|
= hint: If this is intentional, prefix it with an underscore like `_t`
|
|
|
|
docs: https://docs.deno.com/lint/rules/no-unused-vars
|
|
|
|
|
|
Found 1 problem
|
|
Checked 1 file
|