fix: Update schema version in biome.jsonc (#4780)

* Update schema version in biome.jsonc

* Fix biome format errors
This commit is contained in:
Fleny
2026-02-16 23:51:50 +01:00
committed by GitHub
parent 70da0ac9ff
commit f29ab929fc
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
"$schema": "https://biomejs.dev/schemas/2.4.1/schema.json",
"root": true,
"formatter": {
"enabled": true,

View File

@@ -1,12 +1,12 @@
import {
type DiscordActionRow,
type DiscordButtonComponent,
type DiscordChannelSelectComponent,
type DiscordChannelSelectInteractionResponseFromModal,
type DiscordCheckboxComponent,
type DiscordCheckboxGroupComponent,
type DiscordCheckboxGroupInteractionResponse,
type DiscordCheckboxInteractionResponse,
type DiscordChannelSelectComponent,
type DiscordChannelSelectInteractionResponseFromModal,
type DiscordContainerComponent,
type DiscordFileComponent,
type DiscordFileUploadComponent,

View File

@@ -2,10 +2,10 @@ import {
type ButtonStyles,
type DiscordActionRow,
type DiscordButtonComponent,
type DiscordCheckboxComponent,
type DiscordCheckboxGroupComponent,
type DiscordChannelSelectComponent,
type DiscordChannelSelectInteractionResponseFromModal,
type DiscordCheckboxComponent,
type DiscordCheckboxGroupComponent,
type DiscordContainerComponent,
type DiscordFileComponent,
type DiscordFileUploadComponent,