E0319: missing name for element in named tuple type
In TypeScript, a tuple type can have names for each element. It is a syntax error to name some but not all tuple type elements:
To fix this error, write a name for the tuple element:
Alternatively, delete the names of other tuple elements:
Introduced in quick-lint-js version 2.10.0.