From a7ac89935b092f86245ce0370042f4bef14ad82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 23 Sep 2024 17:01:04 +0100 Subject: feat(fmt): stabilize CSS, HTML and YAML formatters (#25753) This commits stabilizes CSS, HTML and YAML formatters in `deno fmt`. It is no longer required to use either of these flags: - `--unstable-css` - `--unstable-html` - `--unstable-yaml` Or these `unstable` options in the config file: - `fmt-css` - `fmt-html` - `html-yaml` --- tests/specs/fmt/unstable_html/badly_formatted.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/specs/fmt/unstable_html/badly_formatted.html (limited to 'tests/specs/fmt/unstable_html/badly_formatted.html') diff --git a/tests/specs/fmt/unstable_html/badly_formatted.html b/tests/specs/fmt/unstable_html/badly_formatted.html deleted file mode 100644 index de7706ac7..000000000 --- a/tests/specs/fmt/unstable_html/badly_formatted.html +++ /dev/null @@ -1,9 +0,0 @@ -
content
- - - - -- cgit v1.2.3