BiomeJS fixes
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-09-20 03:48:36 +02:00
parent 894c2bd3ec
commit 53a90a6a6b
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import * as React from "react"
import type * as React from "react"
import { cn } from "@/lib/utils"

View File

@@ -1,3 +1,4 @@
/** biome-ignore-all lint/suspicious/noUnknownAtRules: Tailwind */
@import "tailwindcss";
@import "tw-animate-css";

View File

@@ -13,6 +13,7 @@ declare module "@tanstack/react-router" {
}
}
// biome-ignore lint/style/noNonNullAssertion: React entrypoint
createRoot(document.getElementById("root")!).render(
<StrictMode>
<RouterProvider router={router} />

View File

@@ -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.