prettier-package-json icon indicating copy to clipboard operation
prettier-package-json copied to clipboard

Package sort order different than npm install

Open csandman opened this issue 2 years ago • 0 comments

For my current project, I've been noticing the sort order of my packages change every time I run npm install. Specifically in this case, this package sorts dashes before underscores but npm install puts underscores first. It would be ideal if these followed the same convention.

image

prettier-package-json -> npm install

csandman avatar Mar 15 '22 19:03 csandman