Skip to content

Commit

Permalink
jshint config: turn es5 off
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes J. Schmidt committed Apr 7, 2016
1 parent b3e8ec8 commit f0e716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Expand Up @@ -10,5 +10,5 @@
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"es5": false
}

0 comments on commit f0e716b

Please sign in to comment.