1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/lint/stdin/expected_from_stdin.out
2024-09-16 17:45:25 +00:00

12 lines
249 B
Text

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