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