From 650206ea9d04e05bf86a5b08584397cf59210f42 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 24 Dec 2025 19:00:40 +0300 Subject: [PATCH] Update patterns for analytics and metrics files --- biome.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index ab7121a..215cabc 100644 --- a/biome.json +++ b/biome.json @@ -15,8 +15,8 @@ "!composer.lock", "!package.json", "!package-lock.json", - "!analytics.*", - "!metrics.*" + "!**/analytics.*", + "!**/metrics.*" ] }, "formatter": {