Skip to content

Commit cd51cf3

Browse files
committed
fix: typo
1 parent 7e40412 commit cd51cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/esm/index.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { exportRestrictRule } from "./rules/exportPrivateDeclareRule.mts";
1+
import { exportRestrictRule } from "./rules/exportPrivateDeclareRule.mjs";
22

33
export default {
44
rules: { "no-export-private-declare": exportRestrictRule },

0 commit comments

Comments
 (0)