Skip to content

Commit 601f526

Browse files
fix: Don't lint manifest
1 parent c6c3365 commit 601f526

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"packages/*/lib/",
100100
"packages/*/output/",
101101
"packages/*/public/",
102-
"public/"
102+
"public/",
103+
"package.json"
103104
]
104105
},
105106
"javascript": {

0 commit comments

Comments
 (0)