Skip to content

Commit

Permalink
Fix lint. Dynamic import is a 2020 level ESM feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Feb 20, 2023
1 parent 084e9a3 commit f3b1e03
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 @@ -52,7 +52,7 @@ module.exports = {
IS_REACT_ACT_ENVIRONMENT: 'readonly',
},
parserOptions: {
ecmaVersion: 2017,
ecmaVersion: 2020,
sourceType: 'module',
},
rules: {
Expand Down

0 comments on commit f3b1e03

Please sign in to comment.