diff options
Diffstat (limited to 'cli/tests/lint/expected_from_stdin_json.out')
-rw-r--r-- | cli/tests/lint/expected_from_stdin_json.out | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cli/tests/lint/expected_from_stdin_json.out b/cli/tests/lint/expected_from_stdin_json.out new file mode 100644 index 000000000..bec566841 --- /dev/null +++ b/cli/tests/lint/expected_from_stdin_json.out @@ -0,0 +1,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": [] +} |