mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(data): lint FilterListTag.json
This commit is contained in:
parent
7272fd21cc
commit
44f5b8ae8f
2 changed files with 493 additions and 490 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -11,3 +11,6 @@ mv FilterListLanguage.tmp FilterListLanguage.json
|
|||
|
||||
jq -S ".|=sort_by(.maintainerId, .filterListId)" FilterListMaintainer.json > FilterListMaintainer.tmp
|
||||
mv FilterListMaintainer.tmp FilterListMaintainer.json
|
||||
|
||||
jq -S ".|=sort_by(.filterListId, .tagId)" FilterListTag.json > FilterListTag.tmp
|
||||
mv FilterListTag.tmp FilterListTag.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue