chore: ⬆️ Upgrade to Biome 2.0

This commit is contained in:
Jesse Wierzbinski 2025-04-10 19:15:31 +02:00
parent e7aec8752c
commit 963173cdae
No known key found for this signature in database
174 changed files with 412 additions and 379 deletions

View file

@ -1,4 +1,3 @@
// biome-ignore lint/correctness/noUndeclaredDependencies: biome is looking at the wrong package.json
import { OAuth2Client } from "@badgateway/oauth2-client";
import type { z } from "zod";
import type { Account } from "../schemas/account.ts";