summaryrefslogtreecommitdiff
path: root/cli/tests/lint/expected_from_stdin_json.out
blob: bec5668410c07ef540dd65ac2194a6f91181a113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "diagnostics": [
    {
      "location": {
        "line": 1,
        "col": 7
      },
      "filename": "_stdin.ts",
      "message": "`any` type is not allowed",
      "code": "no-explicit-any",
      "line_src": "let a: any;",
      "snippet_length": 3
    }
  ],
  "errors": []
}