Skip to content

Commit 99f635c

Browse files
committed
Ignore package.json from biome
1 parent 5f88926 commit 99f635c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

biome.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3-
"extends": ["@kontent-ai/biome-config/base"]
3+
"extends": ["@kontent-ai/biome-config/base"],
4+
"files": {
5+
"ignore": ["package.json"]
6+
}
47
}

0 commit comments

Comments
 (0)