From eea21ceb94360aea83f6739b152ac1555fb98646 Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Tue, 9 Jul 2019 11:30:31 +0000 Subject: [PATCH] Autofix: Update support files [atomist:generated] [atomist:autofix=update_support_files] --- tslint.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/tslint.json b/tslint.json index be5e863f..9c0d0c87 100644 --- a/tslint.json +++ b/tslint.json @@ -181,13 +181,16 @@ "triple-equals": { "options": ["allow-null-check"] }, - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "member-variable-declaration" - ], + "typedef": { + "severity": "warning", + "options": [ + true, + "call-signature", + "parameter", + "property-declaration", + "member-variable-declaration" + ] + }, "typedef-whitespace": { "options": [ {