docs(data): add doc comment to lint script

This commit is contained in:
Collin M. Barrett 2020-07-04 14:59:29 -05:00
parent f2b0271d94
commit 90e2b71457

View file

@ -1,4 +1,5 @@
#!/bin/bash
# Sorts json files by FilterLists conventions documented in Wiki.
jq -S ".|=sort_by(.dependentFilterListId, .dependencyFilterListId)" Dependent.json > Dependent.tmp
mv Dependent.tmp Dependent.json