Skip to content

Commit

Permalink
feat: support ES2018
Browse files Browse the repository at this point in the history
  • Loading branch information
weyusi committed Jun 29, 2019
1 parent 54088b3 commit 0ea47cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ module.exports = {
es6: true
},
parserOptions: {
ecmaVersion: 6
ecmaVersion: 2018
}
};

0 comments on commit 0ea47cc

Please sign in to comment.