Skip to content

Commit

Permalink
lint json files
Browse files Browse the repository at this point in the history
  • Loading branch information
groupsky committed Nov 10, 2016
1 parent 3b203e6 commit a0f1e81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"bugs": {
"url": "https://github.com/hackafe/trello-config/issues"
},
"devDependencies": {
"jlint": "^3.0.2"
},
"engines": {
"node": "*"
},
Expand All @@ -19,11 +22,14 @@
],
"license": "ISC",
"main": "config.json",
"files": [
"config.json"
],
"repository": {
"type": "git",
"url": "git://github.com/hackafe/trello-config.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jlint --glob '**.json'"
}
}

0 comments on commit a0f1e81

Please sign in to comment.