tslint-consistent-codestyle
tslint-consistent-codestyle copied to clipboard
no-unnecessary-type-annotation: false positive with array of tuples
let foo: Array<[string, boolean]> = [
['a', true],
['b', false],
];