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.
1 parent 7e40412 commit cd51cf3Copy full SHA for cd51cf3
src/esm/index.mts
@@ -1,4 +1,4 @@
1
-import { exportRestrictRule } from "./rules/exportPrivateDeclareRule.mts";
+import { exportRestrictRule } from "./rules/exportPrivateDeclareRule.mjs";
2
3
export default {
4
rules: { "no-export-private-declare": exportRestrictRule },
0 commit comments