Skip to content

Commit

Permalink
Removed es5 option from jshintrc
Browse files Browse the repository at this point in the history
It's a default as of jshint 2.0
  • Loading branch information
passy committed May 20, 2013
1 parent 8152c9f commit 4f633c5
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
@@ -1,7 +1,6 @@
{
"node": true,
"browser": true,
"es5": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
Expand Down

0 comments on commit 4f633c5

Please sign in to comment.