Skip to content

Commit 47a4beb

Browse files
committed
fix: Disable "no-import-module-exports" rule
1 parent aa78d3f commit 47a4beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const config: BaseConfig = {
1010
"no-warning-comments": "off",
1111
"no-undef": "off",
1212
"import/no-mutable-exports": "off",
13+
"import/no-import-module-exports": "off",
1314
},
1415
};
1516

0 commit comments

Comments
 (0)