@typescript-eslint/no-explicit-any
Safety
Critical
Detect any explicit "any" type, it should be replaced by another specific valid type (e.g string, number, boolean)
The Codiga Static Analysis engine checks JavaScript code and supports many popular libraries. If you are using React, NextJS, Vue or Angular: the engine will flag any issue in your codebase. Automate your code reviews with Codiga and merge with confidence.
Detect any explicit "any" type, it should be replaced by another specific valid type (e.g string, number, boolean)
Disallows returning any from a function
Disallow the use of variables before they are defined.