Skip to content

Commit

Permalink
Merge pull request #31 from tldavies/fixjshint
Browse files Browse the repository at this point in the history
removed globalstrict as it is deprecated
  • Loading branch information
benbp committed Nov 19, 2015
2 parents bc39102 + 1e40aa0 commit ca508b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"evil" : false,
"expr" : true, // true: Tolerate `ExpressionStatement` as Programs
"funcscope" : false,
"globalstrict" : false,
"iterator" : false,
"lastsemic" : false,
"laxbreak" : false,
Expand Down

0 comments on commit ca508b1

Please sign in to comment.