From b3223dfbaf557b37fd71260984136a2aad4ab6ce Mon Sep 17 00:00:00 2001 From: Subin Lee Date: Wed, 8 Apr 2026 15:02:31 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20biome=20formatter=EC=97=90=EC=84=9C=20pac?= =?UTF-8?q?kage.json=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release-please가 package.json 업데이트 시 포맷을 변경하여 biome check(lint:ci)에서 포맷 에러가 발생한다. package.json은 release-please가 관리하므로 formatter 대상에서 제외. Co-Authored-By: Claude Opus 4.6 (1M context) --- biome.json | 1 + 1 file changed, 1 insertion(+) diff --git a/biome.json b/biome.json index 42b90f73..9e638686 100644 --- a/biome.json +++ b/biome.json @@ -17,6 +17,7 @@ "formatter": { "enabled": true, "formatWithErrors": false, + "includes": ["**", "!package.json"], "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf",