Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit aa6606c

Browse files
committed
attempting a buck2 build fix
1 parent 2a49bcd commit aa6606c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/web/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ vite_app(
6767

6868
eslint(
6969
name = "check-lint-typescript",
70-
srcs = [":src"] + glob([".eslint*"]),
70+
srcs = [":src"] + glob(["*eslint*"]),
7171
prod_deps_srcs = prod_deps_srcs,
7272
dev_deps_srcs = dev_deps_srcs,
7373
)

0 commit comments

Comments
 (0)