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": {