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