Skip to content

Commit 937b127

Browse files
committed
fix: update ignore path for exec-match.ts in biome configuration
1 parent 166de80 commit 937b127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pranx/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"files": {
2323
"include": ["./src/**/*"],
24-
"ignore": ["./dist/**/*", "./src/client/exec-match.ts", "node_modules/**/*"]
24+
"ignore": ["./dist/**/*", "./src/client/shared/exec-match.ts", "node_modules/**/*"]
2525
}
2626
}

0 commit comments

Comments
 (0)