Skip to content

Commit b3223df

Browse files
ci: biome formatter에서 package.json 제외
release-please가 package.json 업데이트 시 포맷을 변경하여 biome check(lint:ci)에서 포맷 에러가 발생한다. package.json은 release-please가 관리하므로 formatter 대상에서 제외. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8f192db commit b3223df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

biome.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"formatter": {
1818
"enabled": true,
1919
"formatWithErrors": false,
20+
"includes": ["**", "!package.json"],
2021
"indentStyle": "space",
2122
"indentWidth": 2,
2223
"lineEnding": "lf",

0 commit comments

Comments
 (0)