From ff3e5b8ebbf2ad0baced7490dc878c2e6a0d1274 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Mon, 25 May 2026 21:47:56 +0900 Subject: [PATCH] chore: clean up biome.json configuration structure --- biome.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/biome.json b/biome.json index 5acd096..208fb79 100644 --- a/biome.json +++ b/biome.json @@ -6,7 +6,8 @@ "useIgnoreFile": true }, "files": { - "ignoreUnknown": false + "ignoreUnknown": false, + "includes": ["**", "!**/dist", "!**/node_modules"] }, "formatter": { "enabled": true, @@ -23,9 +24,12 @@ "recommended": true } }, - "assist": { "actions": { "source": { "organizeImports": "on" } } }, - "files": { - "includes": ["**", "!**/dist", "!**/node_modules"] + "assist": { + "actions": { + "source": { + "organizeImports": "on" + } + } }, "javascript": { "formatter": {