mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(data): lint SoftwareSyntax.json
This commit is contained in:
parent
a790ea4e83
commit
e17da63086
1 changed files with 3 additions and 0 deletions
|
|
@ -32,3 +32,6 @@ mv Merge.tmp Merge.json
|
|||
|
||||
jq -S ".|=sort_by(.id)" Software.json > Software.tmp
|
||||
mv Software.tmp Software.json
|
||||
|
||||
jq -S ".|=sort_by(.syntaxId, .softwareId)" SoftwareSyntax.json > SoftwareSyntax.tmp
|
||||
mv SoftwareSyntax.tmp SoftwareSyntax.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue