diff --git a/tslint.json b/tslint.json index dad027e9dc7..8d89ec4156f 100644 --- a/tslint.json +++ b/tslint.json @@ -4,6 +4,9 @@ }, "extends": "tslint:all", "rules": { + // TODO: remove this when tslint 5.3 released + "prefer-switch": [true, { "min-cases": 3 }], + // Don't want these "newline-before-return": false, "no-parameter-properties": false,