💡 Minimal repro to demonstrate a formatting conflict between Biome and sort-package-json.
This project highlights a persistent formatting conflict when using both tools on a package.json file:
sort-package-jsonreorders keys and formats short arrays as multiline- Biome rewrites these arrays back to single-line when used as a formatter (e.g. on save in VSCode or via
biome check --write)
This causes diffs to appear constantly in CI or local dev, as each tool reverses the other's output.
Related discussions: