diff --git a/tslint.json b/tslint.json index c76ada1fd..fe78e724e 100644 --- a/tslint.json +++ b/tslint.json @@ -10,6 +10,7 @@ "no-extra-boolean-cast": false, "adjacent-overload-signatures": false, "ter-no-proto": false, - "callable-types": false + "callable-types": false, + "ordered-imports": false } }