Skip to content

Commit

Permalink
Stricter JS lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
mustpax committed May 20, 2012
1 parent 04b9c2d commit 7a3a1ee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .jshintrc
Expand Up @@ -7,5 +7,13 @@
"browser" : true,
"jquery" : true,
"devel" : true,
"validthis": true
"validthis": true,
"curly" : true,
"eqeqeq" : true,
"latedef" : true,
"newcap" : true,
"nonew" : true,
"undef" : true,
"strict" : true,
"forin" : true
}

0 comments on commit 7a3a1ee

Please sign in to comment.