add missing fdescribe rule in lib tslint

This commit is contained in:
Eugenio Romano
2018-11-07 19:47:14 +00:00
parent 4a4b1519bf
commit 93578baecd

View File

@@ -19,7 +19,8 @@
],
"ban": [
true,
"eval"
"eval",
"fdescribe"
],
"class-name": true,
"comment-format": [