blob: 31e4c576b6ecdccac72c32efd22ebf0fb070292d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
warn: Unterminated string constant at [WILDCARD]script.ts:1:13
const foo = 'bar
~~~~
error[no-unused-vars]: `foo` is never used
--> [WILDCARD]script.ts:1:7
|
1 | const foo = 'bar
| ^^^
= hint: If this is intentional, prefix it with an underscore like `_foo`
docs: https://lint.deno.land/rules/no-unused-vars
Found 1 problem
Checked 1 file
|