Commit c8c6c79
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 #6691 parent 6e2677c commit c8c6c79
5 files changed
Lines changed: 858 additions & 1035 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
0 commit comments