GitHub Actions / eslint
failed
Jun 20, 2024 in 1s
reviewdog [eslint] report
reported by reviewdog 🐶
Findings (1)
src/lib/Video.ts|111 col 83| Unexpected any. Specify a different type.
Filtered Findings (0)
Annotations
Check failure on line 111 in src/lib/Video.ts
github-actions / eslint
[eslint] src/lib/Video.ts#L111 <@typescript-eslint/no-explicit-any>(https://typescript-eslint.io/rules/no-explicit-any)
Unexpected any. Specify a different type.
Raw output
{"ruleId":"@typescript-eslint/no-explicit-any","severity":2,"message":"Unexpected any. Specify a different type.","line":111,"column":83,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":111,"endColumn":86,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[3630,3633],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[3630,3633],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
Loading