We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
languageOptions
flat/recommended
1 parent 40be32a commit 74a16c5Copy full SHA for 74a16c5
.changeset/shiny-eels-wink.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-plugin-import-x": patch
3
4
+
5
+fix: drop `languageOptions` config from `flat/recommended`
src/config/flat/recommended.ts
@@ -15,11 +15,4 @@ export default {
15
'import-x/no-named-as-default-member': 'warn',
16
'import-x/no-duplicates': 'warn',
17
},
18
-
19
- // need all these for parsing dependencies (even if _your_ code doesn't need
20
- // all of them)
21
- languageOptions: {
22
- ecmaVersion: 2018,
23
- sourceType: 'module',
24
- },
25
} satisfies PluginFlatBaseConfig
0 commit comments