Use jsonlint

This commit is contained in:
Rob Loach 2020-06-08 15:10:30 -04:00
parent d01782e1de
commit 5013c7e117
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
"description": "Portainer Templates for Selfhosted Projects/Homelabs.",
"private": true,
"devDependencies": {
"valid-json-cli": "^1.4.1",
"jsonlint": "^1.6.3",
"yaml-validator": "^3.0.0"
},
"scripts": {
"pretest": "validjson Template/template.json",
"pretest": "jsonlint Template/template.json --quiet",
"test": "yaml-validator Template/Stack/*"
},
"repository": {