From 136b3541f59d5bcc3cdae289ce3e0368948e16c8 Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Mon, 5 Mar 2018 21:05:52 -0800 Subject: [PATCH] move to tslint-no-unused-expression-chai The package was already installed, but not used. This makes our tests that use chai.should() pass tslint checks --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index c03188cfb4..4ab4a14b28 100644 --- a/tslint.json +++ b/tslint.json @@ -1,6 +1,6 @@ { "rules": { - "no-unused-expression-chai": true, + "tslint-no-unused-expression-chai": true, "no-unused-variable": true, "no-duplicate-variable": true, "no-var-keyword": true,