Skip to content

Commit

Permalink
Alphabetize .jshintrc
Browse files Browse the repository at this point in the history
This was copypasta'd from another project. Before making adjustments, I
decided to give it some order. No other changes were made in this
commit.

Change-Id: I0c5d9bc9c5ce18e96cf0017ac02d3ee9abd87b34
Reviewed-on: http://gerrit.causes.com/37021
Tested-by: Joe Lencioni <[email protected]>
Reviewed-by: Hao Su <[email protected]>
  • Loading branch information
lencioni committed Apr 8, 2014
1 parent 142d96d commit 94d35f1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"validthis" : true,
"multistr" : true,
"laxcomma" : true,
"laxbreak" : true,
"asi" : true,
"boss" : true,
"browser" : true,
"eqeqeq" : false,
"eqnull" : true,
"curly" : false,
"debug" : true,
"devel" : true,
"curly" : false,
"boss" : true,
"eqeqeq" : false,
"eqnull" : true,
"expr" : true,
"asi" : true,
"supernew" : true
"laxbreak" : true,
"laxcomma" : true,
"multistr" : true,
"supernew" : true,
"validthis" : true
}

0 comments on commit 94d35f1

Please sign in to comment.