summaryrefslogtreecommitdiff
path: root/tests/testdata/lint/expected_from_stdin_json.out
blob: 27b215b43d25501c866305f3f75f7716d4f074f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "version": 1,
  "diagnostics": [
    {
      "filename": "[WILDCARD]$deno$stdin.ts",
      "range": {
        "start": {
          "line": 1,
          "col": 8,
          "bytePos": 8
        },
        "end": {
          "line": 1,
          "col": 11,
          "bytePos": 11
        }
      },
      "message": "`any` type is not allowed",
      "code": "no-explicit-any",
      "hint": [WILDCARD]
    }
  ],
  "errors": []
}