From 0c3e57ef865627b3c5c146c87b7ac0bddcc51642 Mon Sep 17 00:00:00 2001 From: David Donges <david.noah.donges@mni.thm.de> Date: Sun, 4 Mar 2018 19:55:52 +0100 Subject: [PATCH] Update tslint file Added 'check-module' to 'whitespace' configuration to force spaces in import and export statements. --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 9963d6c39..57f5225bc 100644 --- a/tslint.json +++ b/tslint.json @@ -115,7 +115,8 @@ "check-decl", "check-operator", "check-separator", - "check-type" + "check-type", + "check-module" ], "directive-selector": [ true, -- GitLab