mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(data): lint Fork.json
This commit is contained in:
parent
44f5b8ae8f
commit
da0cbf1fd7
2 changed files with 4 additions and 1 deletions
|
|
@ -51,4 +51,4 @@
|
|||
"forkFilterListId": 313,
|
||||
"upstreamFilterListId": 311
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
|
|
@ -14,3 +14,6 @@ mv FilterListMaintainer.tmp FilterListMaintainer.json
|
|||
|
||||
jq -S ".|=sort_by(.filterListId, .tagId)" FilterListTag.json > FilterListTag.tmp
|
||||
mv FilterListTag.tmp FilterListTag.json
|
||||
|
||||
jq -S ".|=sort_by(.upstreamFilterListId, .forkFilterListId)" Fork.json > Fork.tmp
|
||||
mv Fork.tmp Fork.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue