summaryrefslogtreecommitdiff
path: root/tests/testdata/lint/expected_from_stdin_json.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/lint/expected_from_stdin_json.out')
-rw-r--r--tests/testdata/lint/expected_from_stdin_json.out23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/testdata/lint/expected_from_stdin_json.out b/tests/testdata/lint/expected_from_stdin_json.out
new file mode 100644
index 000000000..9e1188bcd
--- /dev/null
+++ b/tests/testdata/lint/expected_from_stdin_json.out
@@ -0,0 +1,23 @@
+{
+ "diagnostics": [
+ {
+ "filename": "[WILDCARD]$deno$stdin.ts",
+ "range": {
+ "start": {
+ "line": 1,
+ "col": 8,
+ "bytePos": 8
+ },
+ "end": {
+ "line": 1,
+ "col": 11,
+ "bytePos": 11
+ }
+ },
+ "message": "`any` type is not allowed",
+ "code": "no-explicit-any",
+ "hint": [WILDCARD]
+ }
+ ],
+ "errors": []
+}