summaryrefslogtreecommitdiff
path: root/cli/tests/lint/expected_from_stdin_json.out
blob: ed5a0c5dc8941b7774ab9208bd351bae97bf944d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
    }
  ],
  "errors": []
}