From 6dbdcf18fe8fd0e8b75eb62c9cb3ea376df0f95b Mon Sep 17 00:00:00 2001 From: "MO. Jr" Date: Mon, 18 Dec 2023 22:16:05 +0000 Subject: [PATCH] apply prettier format --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 0db1e317..60bcdf36 100644 --- a/src/config.ts +++ b/src/config.ts @@ -18,12 +18,12 @@ export const configSchema = z.object({ * @default "" */ match: z.string().or(z.array(z.string())), - /** + /** * Selector to grab links from * @example "li > a.block" * @default "" */ - matchSelector: z.string().optional(), + matchSelector: z.string().optional(), /** * Selector to grab the inner text from * @example ".docs-builder-container"