diff --git a/tslint.json b/tslint.json index 135e724ef..c76ada1fd 100644 --- a/tslint.json +++ b/tslint.json @@ -9,6 +9,7 @@ "no-constant-condition": false, "no-extra-boolean-cast": false, "adjacent-overload-signatures": false, - "ter-no-proto": false + "ter-no-proto": false, + "callable-types": false } }