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,
"formatter": {
"enabled": true,
+2 -2
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,
@@ -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,