replace sort-package-json
with something simpler + parallelizable
#825
Labels
good first issue
Good for newcomers
sort-package-json
runs through each file synchronously, so when we have a lot of files being run through lint-staged,git commit
can feel quite slow. We can probably create a simpler version of this that parallelizes all files and just does the bare minimum.(see also keithamus/sort-package-json#286)
The text was updated successfully, but these errors were encountered: