Skip to content

Commit

Permalink
Bump es version
Browse files Browse the repository at this point in the history
We leave async function in here which are newer than ES2015.
  • Loading branch information
sebmarkbage committed Nov 17, 2020
1 parent 543f520 commit 4058e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/validate/eslintrc.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
jest: true,
},
parserOptions: {
ecmaVersion: 2015,
ecmaVersion: 2017,
sourceType: 'module',
},
rules: {
Expand Down

0 comments on commit 4058e5d

Please sign in to comment.