From 5c3ee3e7452ffaa7bf8c4e5c006b486c16141d89 Mon Sep 17 00:00:00 2001 From: Adrien Castex Date: Thu, 18 May 2017 09:05:34 +0200 Subject: [PATCH] Upgraded tslint rules --- tslint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tslint.json b/tslint.json index 02609005..afa21466 100644 --- a/tslint.json +++ b/tslint.json @@ -23,8 +23,8 @@ "typedef-whitespace": [ true, { - "call-signature": "nospace", - "index-signature": "nospace", + "call-signature": "onespace", + "index-signature": "onespace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace"