yjs/.validate.json
2015-06-16 14:36:00 +02:00

7 lines
92 B
JSON

{
"scripts": {
"lint": "jshint ."
},
"pre-commit": ["lint", "validate", "test"]
}