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