mirror of
https://github.com/denoland/deno.git
synced 2025-01-23 15:39:49 -05:00
17 lines
289 B
Text
17 lines
289 B
Text
|
{
|
||
|
"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": []
|
||
|
}
|