Skip to content

Commit

Permalink
Fixed .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Jul 3, 2014
1 parent 0068d7c commit f67351b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"browser": true,
"esnext": true,
"globals": {
"$": false,
"$": false
},
"globalstrict": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true
}
}

0 comments on commit f67351b

Please sign in to comment.