From dfc1e9aaac38734e32579b8af0ecf612d1bf25e8 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:25:36 -0700 Subject: [PATCH] Remove irrelevant `useSelfClosingElements` rule --- biome.jsonc | 1 - 1 file changed, 1 deletion(-) diff --git a/biome.jsonc b/biome.jsonc index 98c6b847307..b1bbcc6630a 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -80,7 +80,6 @@ "useNodejsImportProtocol": "off", "useTemplate": "off", // string concatenation is faster: https://stackoverflow.com/questions/29055518/are-es6-template-literals-faster-than-string-concatenation "useAsConstAssertion": "error", - "useSelfClosingElements": "error", "noUnusedTemplateLiteral": "error", "useNumberNamespace": "error", "noInferrableTypes": "error",