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