chore(deps) drop jsonlint

It triggers a security update alert, and use it through npx, so it
doesn't need to be in our package.json.
This commit is contained in:
Saúl Ibarra Corretgé
2022-01-21 09:38:04 +01:00
committed by Saúl Ibarra Corretgé
parent f2a1a2cca9
commit 8f26046e37
3 changed files with 1 additions and 152 deletions

View File

@@ -21,5 +21,5 @@ jobs:
- name: Check if the git repository is clean
run: exit $( git status --porcelain --untracked-files=no | head -255 | wc -l )
- run: npm run lint
- run: for file in lang/*.json; do npx jsonlint -q $file || exit 1; done
- run: for file in lang/*.json; do npx --yes jsonlint -q $file || exit 1; done
- run: make