Skip to content

Commit

Permalink
chore: ignore formatting package.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ueokande committed May 4, 2024
1 parent 4e11c0b commit 18cfc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files": {
"ignore": ["__test__/data/"]
"ignore": ["__test__/data/", "package.json"]
},
"linter": {
"enabled": true,
Expand Down

0 comments on commit 18cfc76

Please sign in to comment.