Skip to content

Commit

Permalink
Updated jshint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Jul 21, 2014
1 parent 0f55cb8 commit 254a2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "jshint **/*.js"
"lint": "jshint ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 254a2bc

Please sign in to comment.