Skip to content

Commit

Permalink
Updated jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
durango committed Oct 3, 2013
1 parent 7737756 commit 924085e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"waitsFor": false,
"runs": false
},
"node": true,
"camelcase": true,
"curly": true,
"forin": true,
Expand All @@ -18,5 +19,7 @@
"asi": true,
"evil": false,
"laxcomma": true,
"es5": true
"es5": true,
"quotmark": false,
"strict": false
}

0 comments on commit 924085e

Please sign in to comment.