From 54ad90f6fdc876f9d75460e96e59bf96f0804f5f Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Tue, 25 May 2021 22:44:10 +0200 Subject: [PATCH] Updated tslint --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index f82e689..df2d934 100644 --- a/tslint.json +++ b/tslint.json @@ -24,7 +24,7 @@ "no-string-throw": true, "no-tautology-expression": true, "no-this-assignment": [true, {"allowed-names": ["^self$"], "allow-destructuring": true}], - "no-trailing-whitespace": true, + "no-trailing-whitespace": [true, "ignore-comments", "ignore-jsdoc"], "no-unnecessary-callback-wrapper": true, "no-unnecessary-initializer": true, "no-unsafe-finally": true,