Skip to content

Commit

Permalink
Add jshint.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Oct 9, 2014
1 parent d18fa08 commit b16ed5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
browser.js
node_modules
coverage
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ ci:
./node_modules/browserify/bin/cmd.js test/test.js -o browser.js
./node_modules/karma/bin/karma start karma.conf.js
make test-cov
./node_modules/jshint/bin/jshint index.js

.PHONY: test test-cov
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"browserify": "^6.0.3",
"coveralls": "^2.11.2",
"istanbul": "^0.3.2",
"jshint": "^2.5.6",
"karma": "^0.12.24",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
Expand Down

0 comments on commit b16ed5e

Please sign in to comment.