From 02ebeddb325fd2589a7c013a1f366ed7093d5a69 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 27 May 2025 13:47:27 -0300 Subject: eslint: disable a couple rules --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index ac1a4e63..430d4e36 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,6 +21,8 @@ }], "no-cond-assign": ["off"], "no-constant-condition": ["off"], - "no-unsafe-finally": ["off"] + "no-unsafe-finally": ["off"], + "no-self-assign": ["off"], + "require-yield": ["off"] } } -- cgit 1.3.0-6-gf8a5