From 7a94139d51d4988fa97f45004294b462a8a9ba40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 23 Jul 2024 10:52:45 +0200 Subject: [PATCH] Run Prettier for groups/ and snapshots/ This fixes an issue identified by @szepeviktor: https://github.com/web-platform-dx/web-features/issues/1477#issuecomment-2243124734 --- .prettierignore | 2 ++ groups/streams.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 7414278935b..8cca56c93fb 100644 --- a/.prettierignore +++ b/.prettierignore @@ -9,6 +9,8 @@ !/features/*.yml /features/*.yml.dist +!/groups/*.yml +!/snapshots/*.yml !/packages/compute-baseline/** !/packages/web-features/** diff --git a/groups/streams.yml b/groups/streams.yml index a908441f1b3..675cd466a39 100644 --- a/groups/streams.yml +++ b/groups/streams.yml @@ -1,2 +1,2 @@ # https://streams.spec.whatwg.org/ -name: Streams \ No newline at end of file +name: Streams