Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint. Dynamic import is a 2020 level ESM feature.
  • Loading branch information
sebmarkbage committed Feb 20, 2023
commit bdfb3782435e6cbc73e30797f0dcbc00ddf100d2
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