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-17 04:21:50 +05:30
committed by GitHub
parent 70da0ac9ff
commit f29ab929fc
3 changed files with 5 additions and 5 deletions
+1 -1
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, "root": true,
"formatter": { "formatter": {
"enabled": true, "enabled": true,
+2 -2
View File
@@ -1,12 +1,12 @@
import { import {
type DiscordActionRow, type DiscordActionRow,
type DiscordButtonComponent, type DiscordButtonComponent,
type DiscordChannelSelectComponent,
type DiscordChannelSelectInteractionResponseFromModal,
type DiscordCheckboxComponent, type DiscordCheckboxComponent,
type DiscordCheckboxGroupComponent, type DiscordCheckboxGroupComponent,
type DiscordCheckboxGroupInteractionResponse, type DiscordCheckboxGroupInteractionResponse,
type DiscordCheckboxInteractionResponse, type DiscordCheckboxInteractionResponse,
type DiscordChannelSelectComponent,
type DiscordChannelSelectInteractionResponseFromModal,
type DiscordContainerComponent, type DiscordContainerComponent,
type DiscordFileComponent, type DiscordFileComponent,
type DiscordFileUploadComponent, type DiscordFileUploadComponent,
@@ -2,10 +2,10 @@ import {
type ButtonStyles, type ButtonStyles,
type DiscordActionRow, type DiscordActionRow,
type DiscordButtonComponent, type DiscordButtonComponent,
type DiscordCheckboxComponent,
type DiscordCheckboxGroupComponent,
type DiscordChannelSelectComponent, type DiscordChannelSelectComponent,
type DiscordChannelSelectInteractionResponseFromModal, type DiscordChannelSelectInteractionResponseFromModal,
type DiscordCheckboxComponent,
type DiscordCheckboxGroupComponent,
type DiscordContainerComponent, type DiscordContainerComponent,
type DiscordFileComponent, type DiscordFileComponent,
type DiscordFileUploadComponent, type DiscordFileUploadComponent,