refactor(data): lint FilterList.json

This commit is contained in:
Collin M. Barrett 2020-07-04 13:59:17 -05:00
parent 2800b562f0
commit 214c45dd66
2 changed files with 2221 additions and 2221 deletions

File diff suppressed because it is too large Load diff

4
data/lint.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
jq -S ".|=sort_by(.id)" FilterList.json > FilterList.tmp
mv FilterList.tmp FilterList.json