mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
137f1a0c68
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.
12 lines
251 B
Text
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
|