Goals
The @pkg-tools/sort package, like all the @pkg-tools/* packages, should do the following
Follow the patterns in the other @pkg-tools/* to make these happen.
Details
Sort should support two distinct concepts
These can be controlled via required flags with a recommended utilization that looks like
{
"sort:package": "sort -p",
"sort:imports: "sort -i",
}
Goals
The
@pkg-tools/sortpackage, like all the@pkg-tools/*packages, should do the followingFollow the patterns in the other
@pkg-tools/*to make these happen.Details
Sort should support two distinct concepts
These can be controlled via required flags with a recommended utilization that looks like