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