From d73696cbd2631b2d4c123f91db4bfcbb10dcbbc0 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 20 Nov 2025 17:33:24 +0800 Subject: [PATCH] Added rules on biome --- biome.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/biome.jsonc b/biome.jsonc index 0a76511..c284c69 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -40,6 +40,13 @@ "a11y": { "useKeyWithClickEvents": "off", "noStaticElementInteractions": "off" + }, + "complexity": { + "noUselessFragments": "off" + }, + "suspicious": { + "noImplicitAnyLet": "off", + "noImplicitAny": "off" } } }