From 3fc6134ad0aebc0acb2f2a1bcee9611dfe572ccf Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 11 Jun 2018 22:31:52 -0400 Subject: [PATCH] Updates lint formatting --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 3568815..6cfd392 100644 --- a/tslint.json +++ b/tslint.json @@ -21,7 +21,8 @@ ], "indent": [ true, - "spaces" + "spaces", + 4 ], "interface-over-type-literal": true, "new-parens": true,