Skip to content

Commit c8c6c79

Browse files
committed
fix: support trailing commas in JSONC config files
Replace custom strip_jsonc_comments function with json-strip-comments crate which properly handles both comments and trailing commas. Also reverts biome dependency versions to pre-pretty-printer state to fix build failures caused by incompatible biome crate versions. Fixes #669
1 parent 6e2677c commit c8c6c79

5 files changed

Lines changed: 858 additions & 1035 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ test-results/
5050
site/
5151

5252
biome-main/
53+
.review/

0 commit comments

Comments
 (0)