From 794b02153d223ca5bfc75c9484a06c550b50fbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Sat, 11 Apr 2026 05:00:47 +0200 Subject: [PATCH] fix(lint): upgrade bare composition HTML to error (#242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Upgrades `root_composition_missing_html_wrapper` from **warning** to **error** — a bare `
` as `index.html` without `//` causes browsers to quirks-mode, the preview server to fail, and the bundler to silently skip runtime injection - Improves the error message to explain _why_ this is bad, and includes a snippet of the offending root element - Skips `