From ed9c7f7d15dda702af9b7d7366824a2c27c7ac73 Mon Sep 17 00:00:00 2001 From: marocchino Date: Fri, 13 Mar 2026 17:31:37 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biome.json | 2 +- vitest.config.ts | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/biome.json b/biome.json index 5e66038..8a2442b 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.0.4/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.4/schema.json", "files": { "includes": ["src/**/*.ts"] }, diff --git a/vitest.config.ts b/vitest.config.ts index 0cb9cc5..cb66b28 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -12,10 +12,10 @@ export default defineConfig({ include: ['**/__tests__/**/*.test.ts'], globals: true, testTimeout: 10000, - poolOptions: { - threads: { - maxThreads: 10, - }, + }, + poolOptions: { + threads: { + maxThreads: 10, }, }, -}); \ No newline at end of file +});