From 83b024cb9807a2c8df762e1b5d8af6607726e059 Mon Sep 17 00:00:00 2001 From: remiposo <57336808+remiposo@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:15:38 +0900 Subject: [PATCH] chore: ignore package.json --- packages/kysely-tailordb-codegen/biome.json | 3 ++- packages/kysely-tailordb/biome.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/kysely-tailordb-codegen/biome.json b/packages/kysely-tailordb-codegen/biome.json index e66ec23..f5e6fe9 100644 --- a/packages/kysely-tailordb-codegen/biome.json +++ b/packages/kysely-tailordb-codegen/biome.json @@ -4,7 +4,8 @@ "enabled": true, "indentStyle": "space", "indentWidth": 2, - "formatWithErrors": false + "formatWithErrors": false, + "ignore": ["package.json"] }, "javascript": { "formatter": { diff --git a/packages/kysely-tailordb/biome.json b/packages/kysely-tailordb/biome.json index e66ec23..f5e6fe9 100644 --- a/packages/kysely-tailordb/biome.json +++ b/packages/kysely-tailordb/biome.json @@ -4,7 +4,8 @@ "enabled": true, "indentStyle": "space", "indentWidth": 2, - "formatWithErrors": false + "formatWithErrors": false, + "ignore": ["package.json"] }, "javascript": { "formatter": {