diff --git a/biome.json b/biome.json index dd969870..b6f6c417 100644 --- a/biome.json +++ b/biome.json @@ -8,6 +8,9 @@ }, "linter": { "rules": { + "security": { + "noDangerouslySetInnerHtml": "off" + }, "complexity": { "noUselessCatch": "off", "noBannedTypes": "off"