Your team wants to enforce that no `any` types are used anywhere in the codebase via CI. Which ESLint rule from `@typescript-eslint` enforces this?
-
A
@typescript-eslint/no-explicit-any
-
B
@typescript-eslint/strict-boolean-expressions
-
C
@typescript-eslint/ban-types
-
D
@typescript-eslint/no-unsafe-assignment