From 56bf8c1fdb4bd550430ca5d31d08e1adaedab92e Mon Sep 17 00:00:00 2001
From: nod_ <nod_@598310.no-reply.drupal.org>
Date: Tue, 20 Feb 2024 10:00:20 +0100
Subject: [PATCH] Issue #3239136 by hooroomoo, ahsannazir, smustgrave: Refactor
 (if feasible) uses of the jQuery when function to use vanillaJS

---
 core/.eslintrc.jquery.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/.eslintrc.jquery.json b/core/.eslintrc.jquery.json
index b9d3a86d5248..4f07d87017cf 100644
--- a/core/.eslintrc.jquery.json
+++ b/core/.eslintrc.jquery.json
@@ -50,7 +50,7 @@
     "jquery/no-trigger": 0,
     "jquery/no-trim": 2,
     "jquery/no-val": 2,
-    "jquery/no-when": 0,
+    "jquery/no-when": 2,
     "jquery/no-wrap": 0
   }
 }
-- 
GitLab