Skip to content

Commit f841009

Browse files
committed
Ignore any.
1 parent bcce03d commit f841009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/client/proxies.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ export function arrayProxy<
250250
value: fieldProxy(superForm.form, path),
251251
errors: fieldProxy(
252252
superForm.errors,
253+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
253254
`${path}._errors` as any
254255
) as Writable<string[] | undefined>
255256
};

0 commit comments

Comments
 (0)