Skip to content

Commit bdfb378

Browse files
committed
Fix lint. Dynamic import is a 2020 level ESM feature.
1 parent 349d992 commit bdfb378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup/validate/eslintrc.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
IS_REACT_ACT_ENVIRONMENT: 'readonly',
5353
},
5454
parserOptions: {
55-
ecmaVersion: 2017,
55+
ecmaVersion: 2020,
5656
sourceType: 'module',
5757
},
5858
rules: {

0 commit comments

Comments
 (0)