summaryrefslogtreecommitdiff
path: root/tests/specs/lint/bom/mod.out
blob: eea1e531d7da108a42c271719804b0430bbfe310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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://lint.deno.land/rules/no-unused-vars


Found 1 problem
Checked 1 file