Skip to content

Commit

Permalink
set up jshint and make
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Jun 27, 2014
1 parent 45ac0f8 commit cd9d7ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"strict": true,
"node": true,
"quotmark": "single",
"predef": ["describe", "it", "before"]
}
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lint:
./node_modules/.bin/jshint *.js
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"multimatch": "^0.3.0"
},
"devDependencies": {
"jshint": "^2.5.1",
"mocha": "^1.18.2",
"proxyquire": "^1.0.1",
"sinon": "^1.9.1"
Expand Down

0 comments on commit cd9d7ad

Please sign in to comment.