From f139a0c94ca3bbd3ef114b25b584f544e4191db2 Mon Sep 17 00:00:00 2001 From: Christian Brevik Date: Mon, 27 Aug 2018 14:23:38 +0200 Subject: [PATCH] Remove file-name-casing rule for tests --- types/tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/tslint.json b/types/tslint.json index dbc8ca4..00c9649 100644 --- a/types/tslint.json +++ b/types/tslint.json @@ -5,6 +5,7 @@ "indent": [true, "spaces"], "no-redundant-jsdoc": false, "no-unnecessary-class": false, - "interface-name": false + "interface-name": false, + "file-name-casing": false } }