mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(data): lint FilterList.json
This commit is contained in:
parent
2800b562f0
commit
214c45dd66
2 changed files with 2221 additions and 2221 deletions
4438
data/FilterList.json
4438
data/FilterList.json
File diff suppressed because it is too large
Load diff
4
data/lint.sh
Normal file
4
data/lint.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
jq -S ".|=sort_by(.id)" FilterList.json > FilterList.tmp
|
||||
mv FilterList.tmp FilterList.json
|
||||
Loading…
Reference in a new issue