build(dev-deps): Update biome to v2 (#4246)

* update biome to v2

* Run biome check --write

* Update biome.jsonc

Co-authored-by: Link <lts20050703@gmail.com>

* Fix config error

* Bump biome version

* Update website/yarn.lock

* Update biome to 2.1.3

---------

Co-authored-by: Link <lts20050703@gmail.com>
This commit is contained in:
Fleny
2025-08-09 12:45:04 -05:00
committed by GitHub
co-authored by Link
parent c86c512c60
commit f199bbf71c
65 changed files with 186 additions and 199 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Intents, createBot } from '@discordeno/bot'
import { createBot, Intents } from '@discordeno/bot'
import { createProxyCache } from 'dd-cache-proxy'
import { configs } from './config.js'
+1 -1
View File
@@ -1,6 +1,6 @@
import { type CreateApplicationCommand, hasProperty } from '@discordeno/bot'
import { bot } from '../bot.js'
import { type SubCommand, type SubCommandGroup, commands } from '../commands.js'
import { commands, type SubCommand, type SubCommandGroup } from '../commands.js'
import { createLogger } from './logger.js'
const logger = createLogger({ name: 'Helpers' })