summaryrefslogtreecommitdiff
path: root/cli/tests/lint/expected_from_stdin_json.out
blob: 611b95d082fbcce1315f981b633e2b0f3f1fc155 (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": null
    }
  ],
  "errors": []
}