1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 07:29:51 -05:00
denoland-deno/cli/tests/lint/expected_quiet.out
2020-10-17 17:08:23 +02:00

10 lines
236 B
Text

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