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,10 +1,10 @@
// biome-ignore lint/performance/noBarrelFile: <explanation>
export { Account, Field, Source } from "./schemas/account.ts";
export { AccountWarning } from "./schemas/account-warning.ts";
export { Account, Source, Field } from "./schemas/account.ts";
export { Appeal } from "./schemas/appeal.ts";
export { Application, CredentialApplication } from "./schemas/application.ts";
export { Attachment } from "./schemas/attachment.ts";
export { PreviewCard, PreviewCardAuthor } from "./schemas/card.ts";
export { Id, iso631, zBoolean } from "./schemas/common.ts";
export { Context } from "./schemas/context.ts";
export { CustomEmoji } from "./schemas/emoji.ts";
export { ExtendedDescription } from "./schemas/extended-description.ts";
@ -15,10 +15,11 @@ export {
FilterResult,
FilterStatus,
} from "./schemas/filters.ts";
export { InstanceV1 } from "./schemas/instance-v1.ts";
export { Instance } from "./schemas/instance.ts";
export { InstanceV1 } from "./schemas/instance-v1.ts";
export { Marker } from "./schemas/marker.ts";
export { Notification } from "./schemas/notification.ts";
export { RolePermission } from "./schemas/permissions.ts";
export { Poll, PollOption } from "./schemas/poll.ts";
export { Preferences } from "./schemas/preferences.ts";
export { PrivacyPolicy } from "./schemas/privacy-policy.ts";
@ -30,15 +31,13 @@ export { Relationship } from "./schemas/relationship.ts";
export { Report } from "./schemas/report.ts";
export { Rule } from "./schemas/rule.ts";
export { Search } from "./schemas/search.ts";
export { Status, Mention, StatusSource } from "./schemas/status.ts";
export { Mention, Status, StatusSource } from "./schemas/status.ts";
export { Tag } from "./schemas/tag.ts";
export { Token } from "./schemas/token.ts";
export { TermsOfService } from "./schemas/tos.ts";
export {
Role,
NoteReaction,
SSOConfig,
Challenge,
NoteReaction,
Role,
SSOConfig,
} from "./schemas/versia.ts";
export { RolePermission } from "./schemas/permissions.ts";
export { Id, iso631, zBoolean } from "./schemas/common.ts";