Skip to content

Commit

Permalink
ES6 support for JSHint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbargren committed Apr 29, 2016
1 parent d31e7c1 commit 68208c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Expand Up @@ -2,6 +2,7 @@
"boss": true,
"curly": true,
"eqnull": true,
"esnext": true,
"evil": true,
"futurehostile": true,
"globals": {
Expand Down

0 comments on commit 68208c9

Please sign in to comment.