Skip to content

Commit

Permalink
Fix .eslintrc env settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 11, 2017
1 parent 81c8e35 commit 8ff5b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"env": {
"node": true
"es6": true,
"node": true
},
parserOptions: {
ecmaVersion: 6,
Expand Down

0 comments on commit 8ff5b94

Please sign in to comment.