adjacent-overload-signatures
Configuration
rslint.config.ts
Rule Details
Require that function overload signatures be consecutive. When function overload signatures are not adjacent to each other, it can be difficult to read and understand the complete set of overloads for a given function.
Examples of incorrect code for this rule:
Examples of correct code for this rule: