1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/tests/lint/expected_quiet.out

11 lines
233 B
Text
Raw Normal View History

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