Remove irrelevant useSelfClosingElements rule

This commit is contained in:
NightKev 2025-06-17 18:25:36 -07:00
parent b62391ee82
commit dfc1e9aaac

View File

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