Skip to content

Commit

Permalink
Undo jshint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Mar 16, 2015
1 parent 47fc7d5 commit 3b3ff4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"trailing": true,
"asi": true,
"boss": true,
"sub": true,
"esnext": true,
"sub": true,
"eqnull": true,
"browser": true,
"node": true,
Expand All @@ -25,9 +25,9 @@
"Response": false,
"mocha": false,
"chai": false,
"suite": false,
"setup": false,
"test": false,
"suite": false,
"assert": false
}
}

0 comments on commit 3b3ff4b

Please sign in to comment.