From bcbc5da30efad6d1d3cd119b5810a3a9b3e01948 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:21:54 -0600 Subject: [PATCH] chore: add new rule --- biome.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biome.json b/biome.json index dd9698708..b6f6c4178 100644 --- a/biome.json +++ b/biome.json @@ -8,6 +8,9 @@ }, "linter": { "rules": { + "security": { + "noDangerouslySetInnerHtml": "off" + }, "complexity": { "noUselessCatch": "off", "noBannedTypes": "off"