Skip to content

Commit 8c8490b

Browse files
committed
tools: remove createImportExpressions from config
This option is enabled by default in Babel 8.
1 parent afff6b9 commit 8c8490b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export default [
100100
parser: babelEslintParser,
101101
parserOptions: {
102102
babelOptions: {
103-
parserOpts: { createImportExpressions: true },
104103
plugins: [
105104
babelPluginSyntaxImportSource,
106105
],

0 commit comments

Comments
 (0)