From 18cfc768de74b989e3f9dc5391e586fce6d803c0 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sat, 4 May 2024 12:13:57 +0900 Subject: [PATCH] chore: ignore formatting package.json Ignore formatting package.json by the biome.js. The release-please re-formats the package.json file when the version is updated. That modifies the package.json with the different formatting than biome.js. --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 924aae2..d0d80cc 100644 --- a/biome.json +++ b/biome.json @@ -1,6 +1,6 @@ { "files": { - "ignore": ["__test__/data/"] + "ignore": ["__test__/data/", "package.json"] }, "linter": { "enabled": true,