Skip to content

Commit 18cfc76

Browse files
committed
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.
1 parent 4e11c0b commit 18cfc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"files": {
3-
"ignore": ["__test__/data/"]
3+
"ignore": ["__test__/data/", "package.json"]
44
},
55
"linter": {
66
"enabled": true,

0 commit comments

Comments
 (0)