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 f8e1bfe commit 816a2a6Copy full SHA for 816a2a6
.changeset/rich-pumas-add.md
@@ -0,0 +1,6 @@
1
+---
2
+"eslint-mdx": patch
3
+"eslint-plugin-mdx": patch
4
5
+
6
+chore: add `module-sync` entry
packages/eslint-mdx/package.json
@@ -22,6 +22,10 @@
22
"types": "./lib/index.d.ts",
23
"default": "./lib/index.js"
24
},
25
+ "module-sync": {
26
+ "types": "./lib/index.d.ts",
27
+ "default": "./lib/index.js"
28
+ },
29
"require": {
30
"types": "./index.d.cts",
31
"default": "./lib/index.cjs"
packages/eslint-plugin-mdx/package.json
0 commit comments