0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/lint/expected_from_stdin_json.out

23 lines
403 B
Text

{
"diagnostics": [
{
"range": {
"start": {
"line": 1,
"col": 8,
"bytePos": 8
},
"end": {
"line": 1,
"col": 11,
"bytePos": 11
}
},
"filename": "_stdin.ts",
"message": "`any` type is not allowed",
"code": "no-explicit-any",
"hint": [WILDCARD]
}
],
"errors": []
}