2020-10-17 17:08:23 +02:00
|
|
|
(ban-untagged-ignore) Ignore directive requires lint rule name(s)
|
2020-09-20 20:49:22 +09:00
|
|
|
// deno-lint-ignore
|
|
|
|
^^^^^^^^^^^^^^^^^^^
|
|
|
|
at [WILDCARD]file1.js:1:0
|
|
|
|
|
|
|
|
(no-empty) Empty block statement
|
|
|
|
while (false) {}
|
|
|
|
^^
|
|
|
|
at [WILDCARD]file1.js:2:14
|
|
|
|
|