Skip to content

Commit

Permalink
jshintrc: enable "laxbreak"
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 8, 2014
1 parent 5c4b69a commit cdd3b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"asi": true,
"laxcomma": true,
"laxbreak": true,
"node": true,
"strict": false,
"es5": true
Expand Down

0 comments on commit cdd3b75

Please sign in to comment.