From 93578baecd2152ff0c1a523a0a87053b821ea3e5 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 7 Nov 2018 19:47:14 +0000 Subject: [PATCH] add missing fdescribe rule in lib tslint --- lib/tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tslint.json b/lib/tslint.json index 0390b52088..31386e5535 100644 --- a/lib/tslint.json +++ b/lib/tslint.json @@ -19,7 +19,8 @@ ], "ban": [ true, - "eval" + "eval", + "fdescribe" ], "class-name": true, "comment-format": [