Skip to content

Commit

Permalink
add .jshintrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 10, 2012
1 parent 6d77865 commit 974d417
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"asi": true,
"laxcomma": true,
"node": true,
"strict": false,
"es5": true
}

0 comments on commit 974d417

Please sign in to comment.