Skip to content

Commit b1a6849

Browse files
committed
Exclude .yarn in Biome config
1 parent 057b734 commit b1a6849

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,7 +1,7 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
33
"files": {
4-
"ignore": [".tsimp", "coverage", "dist", ".pnp.cjs", ".pnp.loader.mjs"]
4+
"ignore": [".tsimp", ".yarn", "coverage", "dist", ".pnp.cjs", ".pnp.loader.mjs"]
55
},
66
"formatter": {
77
"lineWidth": 100,

0 commit comments

Comments
 (0)