summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/expected_from_stdin.out
blob: 59f32166fca566a44fbedba4cd1458ebc1e87558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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