Skip to content

yoriiis/package-json-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

package-json-sort

💡 Minimal repro to demonstrate a formatting conflict between Biome and sort-package-json.

What this shows

This project highlights a persistent formatting conflict when using both tools on a package.json file:

  • sort-package-json reorders 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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks