mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
ffbcad3800
Adds a `--fix` option to deno lint. This currently doesn't work for basically any rules, but we can add them over time to deno lint.
12 lines
256 B
Text
12 lines
256 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/rules/no-explicit-any
|
|
|
|
|
|
Found 1 problem
|
|
Checked 1 file
|