From a91cedc6d8b8489028c9ea6c0d2c993a555c21c8 Mon Sep 17 00:00:00 2001 From: "michijs[bot]" <235342604+michijs[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:50:28 +0000 Subject: [PATCH 1/2] chore: Update biome to 0.0.24 --- biome.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 biome.json diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..79aef19 --- /dev/null +++ b/biome.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "@michijs/shared-configs/biome" + ] +} \ No newline at end of file From d7cf8fce56631857cceab6f884e8b07fafa81649 Mon Sep 17 00:00:00 2001 From: "michijs[bot]" <235342604+michijs[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:50:55 +0000 Subject: [PATCH 2/2] chore: Autofixes --- biome.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/biome.json b/biome.json index 79aef19..8f75555 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,3 @@ { - "extends": [ - "@michijs/shared-configs/biome" - ] -} \ No newline at end of file + "extends": ["@michijs/shared-configs/biome"] +}