1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/cli/tests/lint/expected_from_stdin_json.out
2020-10-17 17:08:23 +02:00

23 lines
397 B
Text

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