mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
f2c9cc500c
Closes #17086
14 lines
280 B
Text
14 lines
280 B
Text
(ban-untagged-ignore) Ignore directive requires lint rule name(s)
|
|
// deno-lint-ignore
|
|
^^^^^^^^^^^^^^^^^^^
|
|
at [WILDCARD]file1.js:1:1
|
|
|
|
hint: [WILDCARD]
|
|
|
|
(no-empty) Empty block statement
|
|
while (false) {}
|
|
^^
|
|
at [WILDCARD]file1.js:2:15
|
|
|
|
hint: [WILDCARD]
|
|
|