mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(data): lint FilterListLanguage.json
This commit is contained in:
parent
822272b8f2
commit
eadeb440f3
2 changed files with 413 additions and 410 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -5,3 +5,6 @@ mv Dependent.tmp Dependent.json
|
|||
|
||||
jq -S ".|=sort_by(.id)" FilterList.json > FilterList.tmp
|
||||
mv FilterList.tmp FilterList.json
|
||||
|
||||
jq -S ".|=sort_by(.filterListId, .languageId)" FilterListLanguage.json > FilterListLanguage.tmp
|
||||
mv FilterListLanguage.tmp FilterListLanguage.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue