diff --git a/tslint.json b/tslint.json index b5dd09e..50082d6 100644 --- a/tslint.json +++ b/tslint.json @@ -9,8 +9,8 @@ "no-shadowed-variable": false, "no-string-literal": false, "trailing-comma": [false], - "member-ordering": ["fields-first"], - "array-type": ["array-simple"], + "member-ordering": [true, "fields-first"], + "array-type": [true, "array"], "arrow-parens": false, "max-classes-per-file": [false], "prefer-for-of": false,