summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/expected_quiet.out
blob: 7a2ef48e6eb8c7646c5c1749d533cc8374e0924c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(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]