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",