From ecdb3bedd66c4b83f966a75503580101c53638e5 Mon Sep 17 00:00:00 2001
From: Simon Malesys <simon.malesys@pasteur.fr>
Date: Tue, 18 Feb 2025 14:53:04 +0100
Subject: [PATCH] Disable a linter rule

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

diff --git a/biome.json b/biome.json
index b724216..fc39e6c 100644
--- a/biome.json
+++ b/biome.json
@@ -22,7 +22,8 @@
 			"recommended": true,
       "complexity": {
         "noForEach": "off",
-        "useArrowFunction": "off"
+        "useArrowFunction": "off",
+        "noStaticOnlyClass": "off"
       }
 		}
 	}
-- 
GitLab