From f9da2d8eb2bfd95d13e6eaea9f1e612ef17a4084 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 1 Jun 2020 16:08:10 +0200 Subject: [PATCH] style: format tslint.json.template --- .../schematics/angular/workspace/files/tslint.json.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/schematics/angular/workspace/files/tslint.json.template b/packages/schematics/angular/workspace/files/tslint.json.template index b5eb2d9667..52f376be16 100644 --- a/packages/schematics/angular/workspace/files/tslint.json.template +++ b/packages/schematics/angular/workspace/files/tslint.json.template @@ -83,7 +83,10 @@ "named": "never" } }, - "typedef": [true, "call-signature"], + "typedef": [ + true, + "call-signature" + ], "typedef-whitespace": { "options": [ {