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.
module-sync
1 parent 62fedc5 commit 0b3809bCopy full SHA for 0b3809b
.changeset/purple-penguins-beam.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-plugin-import-x": patch
3
4
+
5
+fix: remove buggy `module-sync` exports field
package.json
@@ -20,10 +20,6 @@
20
"types": "./lib/index.d.ts",
21
"default": "./lib/index.js"
22
},
23
- "module-sync": {
24
- "types": "./lib/index.d.ts",
25
- "default": "./lib/index.js"
26
- },
27
"require": {
28
"types": "./index.d.cts",
29
"default": "./lib/index.cjs"
0 commit comments