blob: a7f269efa69ace4496f3f4f107c46811daa0000a (
plain)
1
2
3
4
5
6
7
8
9
10
|
(ban-untagged-ignore) Ignore directive requires lint rule code
// deno-lint-ignore
^^^^^^^^^^^^^^^^^^^
at [WILDCARD]file1.js:1:0
(no-empty) Empty block statement
while (false) {}
^^
at [WILDCARD]file1.js:2:14
|