summaryrefslogtreecommitdiff
path: root/tests/specs/lint/jsx/main_unix.out
blob: 08816e9fee66b3005481d3cd49bfd2aba8424ebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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