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,5 +1,5 @@
import { userAddressValidator } from "@/api.ts";
import { z } from "zod";
import { userAddressValidator } from "@/api.ts";
import { config } from "~/config.ts";
import { iso631, zBoolean } from "./common.ts";
import { CustomEmoji } from "./emoji.ts";

View file

@ -1,5 +1,5 @@
import { emojiValidator } from "@/api.ts";
import { z } from "zod";
import { emojiValidator } from "@/api.ts";
import { config } from "~/config.ts";
import { Id, zBoolean } from "./common.ts";

View file

@ -1,6 +1,6 @@
import { z } from "zod";
import { AccountWarning } from "./account-warning.ts";
import { Account } from "./account.ts";
import { AccountWarning } from "./account-warning.ts";
import { Id } from "./common.ts";
import { Report } from "./report.ts";
import { Status } from "./status.ts";