From a68fbbdb25741d938cc7639990daa8229740ea97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= Date: Thu, 5 Jul 2018 20:01:33 +0200 Subject: [PATCH] [chai] fix test (#27033) --- types/chai/tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/chai/tslint.json b/types/chai/tslint.json index f99183c97d..e6f749320f 100644 --- a/types/chai/tslint.json +++ b/types/chai/tslint.json @@ -9,6 +9,7 @@ "no-redundant-jsdoc-2": false, "no-single-declare-module": false, "no-unnecessary-generics": false, - "strict-export-declare-modifiers": false + "strict-export-declare-modifiers": false, + "use-default-type-parameter": false } }