Getting my lint on (via bob)

This commit is contained in:
Gareth Jones
2013-05-25 14:00:06 +10:00
parent 8383dfc4f4
commit b356dec318
6 changed files with 373 additions and 277 deletions

12
.bob.json Normal file
View File

@@ -0,0 +1,12 @@
{
"build": "clean lint coverage test",
"lint": {
"type": "jshint"
},
"coverage": {
"type": "vows"
},
"test": {
"type": "vows"
}
}