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/lint/expected_from_stdin_json.out
Bartek Iwańczuk 1c7217e390
chore: upgrade dependencies (#10094)
This commit upgrades:
- swc_ecmascript
- swc_bundler
- deno_doc
- deno_lint
- dprint-plugin-typescript
2021-04-09 23:35:29 +02:00

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": []
}