mirror of
https://github.com/denoland/deno.git
synced 2025-03-06 02:52:05 -05:00

This PR updates `deno_lint` which contains a couple of bug fixes for JSX/React related rules. The react rules now have all a `react-*` prefix in the name as well.
12 lines
253 B
Text
12 lines
253 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://docs.deno.com/lint/rules/no-explicit-any
|
|
|
|
|
|
Found 1 problem
|
|
Checked 1 file
|