mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
docs(data): add doc comment to lint script
This commit is contained in:
parent
f2b0271d94
commit
90e2b71457
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue