From 95e17d7bcd8011c80a7499ca53f550a0bab183dd Mon Sep 17 00:00:00 2001 From: Gabriel Nordeborn Date: Tue, 30 Apr 2024 14:50:48 +0200 Subject: [PATCH] i dont like linters --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 3c3b40c7..e237a7ba 100644 --- a/tslint.json +++ b/tslint.json @@ -15,7 +15,8 @@ "max-line-length": false, "max-classes-per-file": false, "no-unused-variable": true, - "forin": false + "forin": false, + "no-conditional-assignment": false }, "rulesDirectory": [], "linterOptions": {