0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-12 16:59:32 -05:00
denoland-deno/tests/specs/lint/stdin_json/expected_from_stdin_json.out
Bartek Iwańczuk 8db506ffd4
fix
2024-11-30 03:47:04 +01:00

28 lines
494 B
Text

{
"version": 1,
"diagnostics": [
{
"filename": "[WILDCARD]main.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]
}
],
"skipped": [],
"errors": [],
"checked_files": [
"[WILDCARD]main.ts"
]
}