Skip to content

Commit edf3d1e

Browse files
chore: Update ignores
1 parent 601f526 commit edf3d1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

biome.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true, "defaultBranch": "main" },
44
"files": {
55
"ignoreUnknown": false,
6-
"ignore": ["coverage/", "output/", "public/"]
6+
"ignore": ["coverage/", "output/", "public/", "package.json"]
77
},
88
"formatter": {
99
"enabled": true,
@@ -99,8 +99,7 @@
9999
"packages/*/lib/",
100100
"packages/*/output/",
101101
"packages/*/public/",
102-
"public/",
103-
"package.json"
102+
"public/"
104103
]
105104
},
106105
"javascript": {

0 commit comments

Comments
 (0)