Avoid `any` — use `unknown` with type guards when the type is truly unknown.
1
Up
0
Down
+1
Net
Avoiding `any` belongs in an ESLint (@typescript-eslint/no-explicit-any) or Biome (typescript/noExplicitAny) rule instead.
Better enforced by tooling, not AI rules