From 943cb8d05f5ef8572edfa081fb9912107769241a Mon Sep 17 00:00:00 2001
From: "(quasar) nebula" <qznebula@protonmail.com>
Date: Tue, 19 Nov 2024 12:38:55 -0400
Subject: eslint allow constant conditions

---
 .eslintrc.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.eslintrc.json b/.eslintrc.json
index 5568290a..a125d582 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -16,6 +16,7 @@
       "argsIgnorePattern": "^_",
       "destructuredArrayIgnorePattern": "^"
     }],
-    "no-cond-assign": ["off"]
+    "no-cond-assign": ["off"],
+    "no-constant-condition": ["off"]
   }
 }
-- 
cgit 1.3.0-6-gf8a5