chore: update tslint rules (#7391)

This commit is contained in:
Manol Donev
2019-06-26 15:13:48 +03:00
committed by GitHub
parent 92370279d8
commit 4f39fb728b
399 changed files with 3101 additions and 2210 deletions

View File

@@ -1,4 +1,4 @@
import {
import {
GridLayoutBase, ItemSpec, View, layout
} from "./grid-layout-common";
@@ -242,7 +242,7 @@ class MeasureSpecs {
public child: View;
private column: ItemSpec;
private row: ItemSpec
private row: ItemSpec;
private columnIndex: number = 0;
private rowIndex: number = 0;
@@ -712,7 +712,7 @@ class MeasureHelper {
this.fixColumns();
// Measure all elements that have star columns(already fixed), but no stars at the rows
// Measure all elements that have star columns(already fixed), but no stars at the rows
this.measureFixedColumnsNoStarRows();
this.fixRows();
@@ -725,7 +725,7 @@ class MeasureHelper {
this.fixRows();
}
else if (!fixColumns && fixRows) {
// Measure all elements that have star rows(already fixed) but no star at the columns
// Measure all elements that have star rows(already fixed) but no star at the columns
this.measureNoStarColumnsFixedRows();
// Then