refactor(data): lint FilterListTag.json

This commit is contained in:
Collin M. Barrett 2020-07-04 14:08:37 -05:00
parent 7272fd21cc
commit 44f5b8ae8f
2 changed files with 493 additions and 490 deletions

File diff suppressed because it is too large Load diff

View file

@ -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