Skip to content

Topic

Type-aware linting

Lint rules that consult a type checker so they can reason about the real types of values, such as no-floating-promises and await-thenable, at a higher cost than purely syntactic rules.

Current clusters