Skip to content

Commit

Permalink
Merge pull request #69 from mcandre/master
Browse files Browse the repository at this point in the history
Configured for jshint
  • Loading branch information
joeferner committed Sep 12, 2014
2 parents e071b88 + 71eb38c commit 18682c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
*.min.js
*-min.js
5 changes: 5 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"es5": true,
"expr": true,
"-W092": false
}

0 comments on commit 18682c5

Please sign in to comment.