diff --git a/tslint.json b/tslint.json index 0b83af565aa2..bce2aad44748 100644 --- a/tslint.json +++ b/tslint.json @@ -52,6 +52,7 @@ "no-unnecessary-type-assertion": false, "no-submodule-imports": false, "no-redundant-jsdoc": false, - "binary-expression-operand-order": false + "binary-expression-operand-order": false, + "no-use-before-declare": false } }