mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: Update schema version in biome.jsonc (#4780)
* Update schema version in biome.jsonc * Fix biome format errors
This commit is contained in:
+1
-1
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user