mirror of
https://github.com/discordeno/discordeno.git
synced 2026-07-21 21:52:52 +00:00
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:
@@ -1,4 +1,4 @@
|
||||
import { readFile, readdir, rm, writeFile } from 'node:fs/promises'
|
||||
import { readdir, readFile, rm, writeFile } from 'node:fs/promises'
|
||||
|
||||
const files = await readdir('dist/cjs', { recursive: true })
|
||||
const promises = files
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import fs from 'node:fs/promises'
|
||||
|
||||
const benchmarkData = await fetch(`https://raw.githubusercontent.com/discordeno/discordeno/benchies/benchmarksResult/data.js`)
|
||||
.then(async (res) => await res.text())
|
||||
.then((text) => JSON.parse(text.slice(24)))
|
||||
|
||||
Reference in New Issue
Block a user