You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According with npm/pnpm's default sorting and jsonc/sort-keys, hypen should come before underscore, however, after running taze on the project, the underscore comes before hyphen and causes lint error:
Example packages for reproduction: fast-equals, fast-xml-parser, fast_array_intersect
Open the reproduction link and run pnpx taze -w
Though, not sure if it's just ignoring hyphen/underscore and just compares the letters or is sorting the underscore first
Describe the bug
According with npm/pnpm's default sorting and
jsonc/sort-keys
, hypen should come before underscore, however, after runningtaze
on the project, the underscore comes before hyphen and causes lint error:Example packages for reproduction:
fast-equals
,fast-xml-parser
,fast_array_intersect
Open the reproduction link and run
pnpx taze -w
Though, not sure if it's just ignoring hyphen/underscore and just compares the letters or is sorting the underscore first
Reproduction
https://stackblitz.com/edit/node-dqvwar?file=package.json&view=editor
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: