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