Fix [][] lint

This commit is contained in:
Nathan Shively-Sanders
2019-09-04 13:14:00 -07:00
parent cf3eadc85e
commit f10fe3891f
+1 -1
View File
@@ -22018,7 +22018,7 @@ namespace ts {
}
}
else {
const allDiagnostics: Array<ReadonlyArray<DiagnosticRelatedInformation>> = [];
const allDiagnostics: (readonly DiagnosticRelatedInformation[])[] = [];
let max = 0;
let min = Number.MAX_VALUE;
let minIndex = 0;