From 242240c711d12966c797acfd86328b41220a2ced Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 14 Feb 2019 09:41:16 +0100 Subject: [PATCH] chore(lint): update lit-rules --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }