diff --git a/packages/webapp/src/components/ui/card.tsx b/packages/webapp/src/components/ui/card.tsx index d5a3851..5b36c60 100644 --- a/packages/webapp/src/components/ui/card.tsx +++ b/packages/webapp/src/components/ui/card.tsx @@ -1,4 +1,4 @@ -import * as React from "react" +import type * as React from "react" import { cn } from "@/lib/utils" diff --git a/packages/webapp/src/index.css b/packages/webapp/src/index.css index 5c2da18..ac87d7a 100644 --- a/packages/webapp/src/index.css +++ b/packages/webapp/src/index.css @@ -1,3 +1,4 @@ +/** biome-ignore-all lint/suspicious/noUnknownAtRules: Tailwind */ @import "tailwindcss"; @import "tw-animate-css"; diff --git a/packages/webapp/src/main.tsx b/packages/webapp/src/main.tsx index b5cf062..4444c2f 100644 --- a/packages/webapp/src/main.tsx +++ b/packages/webapp/src/main.tsx @@ -13,6 +13,7 @@ declare module "@tanstack/react-router" { } } +// biome-ignore lint/style/noNonNullAssertion: React entrypoint createRoot(document.getElementById("root")!).render( diff --git a/packages/webapp/src/routeTree.gen.ts b/packages/webapp/src/routeTree.gen.ts index d204c26..a21a832 100644 --- a/packages/webapp/src/routeTree.gen.ts +++ b/packages/webapp/src/routeTree.gen.ts @@ -1,7 +1,5 @@ -/* eslint-disable */ - // @ts-nocheck - +/** biome-ignore-all lint/suspicious/noExplicitAny: Codegen */ // noinspection JSUnusedGlobalSymbols // This file was automatically generated by TanStack Router.