Skip to content

Commit

Permalink
added jshintrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Jun 11, 2011
1 parent dd85115 commit 9676dfa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"onevar" : true,
"undef" : true,
"newcap" : true,
"regexp" : true,
"bitwise" : true,
"maxerr" : 50,
"indent" : 4,
"white" : false,
"nomen" : false,
"plusplus" : false
}

0 comments on commit 9676dfa

Please sign in to comment.