Skip to content

Commit

Permalink
Merge pull request #8 from mcandre/master
Browse files Browse the repository at this point in the history
Tightened screws in .jshintrc
  • Loading branch information
chilts committed May 8, 2013
2 parents fef82e0 + f8833bb commit 856e116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"es5": true,
"indent": 4,
"eqeqeq": true,
"curly": true,
"camelcase": true,
"quotmark": "single"
}

0 comments on commit 856e116

Please sign in to comment.