summaryrefslogtreecommitdiff
path: root/tests/testdata/lint/expected_from_stdin.out
blob: 735b271f527d8a21797b479e2144aef749009324 (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/rules/no-explicit-any


Found 1 problem
Checked 1 file