Skip to content

Commit

Permalink
ESLint: Set ecmaVersion target to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jun 10, 2018
1 parent ac316cb commit 1552d5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
parserOptions: {
ecmaVersion: 6,
},
env: {
node: true,
},
Expand Down

0 comments on commit 1552d5a

Please sign in to comment.