From 744c66da587610253c11789e6d3528dad50023c6 Mon Sep 17 00:00:00 2001 From: David Blass Date: Fri, 3 Jan 2025 04:51:45 -0500 Subject: [PATCH] add noEerrors --- ark/docs/content/docs/integrations/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/ark/docs/content/docs/integrations/index.mdx b/ark/docs/content/docs/integrations/index.mdx index eff1bdcc5..c51382ba1 100644 --- a/ark/docs/content/docs/integrations/index.mdx +++ b/ark/docs/content/docs/integrations/index.mdx @@ -52,6 +52,7 @@ const { Hono has builtin support for ArkType via [`@hono/arktype-validator`](https://github.com/honojs/middleware/tree/main/packages/arktype-validator): ```ts +// @noErrors const user = type({ name: "string", age: "number"