mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
chore: Migrate ESLint and prettier to Biome (#3634)
* Migrate eslint and prettier to biomejs This does NOT include examples/bigbot as it has its own formatter * Update to biome 1.8.0 * Readd dotenv dev dependency to rest During a merge it got lost
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import {
|
||||
DiscordInteractionContextType,
|
||||
MessageComponentTypes,
|
||||
TextStyles,
|
||||
type ActionRow,
|
||||
type ButtonComponent,
|
||||
DiscordInteractionContextType,
|
||||
type Interaction,
|
||||
MessageComponentTypes,
|
||||
type Role,
|
||||
type SelectMenuComponent,
|
||||
TextStyles,
|
||||
} from '@discordeno/bot'
|
||||
import { ApplicationCommandOptionTypes, ButtonStyles } from '@discordeno/types'
|
||||
import ItemCollector from '../collector.js'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { InteractionTypes, MessageComponentTypes, commandOptionsParser, type EventHandlers, type Interaction } from '@discordeno/bot'
|
||||
import { type EventHandlers, type Interaction, InteractionTypes, MessageComponentTypes, commandOptionsParser } from '@discordeno/bot'
|
||||
import type ItemCollector from '../collector.js'
|
||||
import commands from '../commands/index.js'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user