1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 00:59:24 -05:00
denoland-deno/cli/tests/lint/expected_quiet.out

13 lines
258 B
Text
Raw Normal View History

(ban-untagged-ignore) Ignore directive requires lint rule name(s)
// deno-lint-ignore
^^^^^^^^^^^^^^^^^^^
at [WILDCARD]file1.js:1:0
hint: [WILDCARD]
(no-empty) Empty block statement
while (false) {}
^^
at [WILDCARD]file1.js:2:14