consistent-tuple-labels
UnreleasedConfiguration
rslint.config.ts
Rule Details
Require every element of a tuple type to have a label when any element is labeled. Tuples whose elements are all labeled or all unlabeled are left unchanged.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
The rule does not provide an autofix because it cannot infer meaningful labels.