1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/cli/tests/testdata/lint/expected_from_stdin.out
Luca Casonato 137f1a0c68
feat(cli): improved diagnostics printing (#22049)
This initially uses the new diagnostic printer in `deno lint`,
`deno doc` and `deno publish`. In the limit we should also update
`deno check` to use this printer.
2024-01-23 16:37:43 +01:00

12 lines
251 B
Text

error[no-explicit-any]: `any` type is not allowed
--> [WILDCARD]$deno$stdin.ts:1:9
|
1 | let _a: any;
| ^^^
= hint: Use a specific type other than `any`
docs: https://lint.deno.land/#no-explicit-any
Found 1 problem
Checked 1 file