From 092bde2bf6e16734090ebb8f972eb6b86ee5a822 Mon Sep 17 00:00:00 2001 From: Bryan Thomas <49354825+bryanjtc@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:28:26 -0500 Subject: [PATCH] lint: Update biome.json --- biome.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biome.json b/biome.json index 271bd01..cf26d43 100644 --- a/biome.json +++ b/biome.json @@ -13,6 +13,8 @@ "examples/nextjs-app/.next", "examples/tanstack-router-app/openapi", "examples/tanstack-router-app/src/routeTree.gen.ts", + "examples/react-router-6-app/openapi", + "examples/react-router-7-app/openapi", "docs/.astro" ] },