From 24c1e7d336bf01f29f8ea73638594ce407e32c21 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 16 Aug 2023 15:15:52 -0300 Subject: infra: fix eslint complaining about while-assignment --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 6367ba7..b6437c8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -14,6 +14,7 @@ "no-unused-vars": ["error", { "argsIgnorePattern": "^_", "destructuredArrayIgnorePattern": "^" - }] + }], + "no-cond-assign": ["off"] } } -- cgit 1.3.0-6-gf8a5