refactor(data): lint FilterListLanguage.json

This commit is contained in:
Collin M. Barrett 2020-07-04 14:05:12 -05:00
parent 822272b8f2
commit eadeb440f3
2 changed files with 413 additions and 410 deletions

File diff suppressed because it is too large Load diff

View file

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