Skip to content

Commit a4eb7c4

Browse files
committed
chore: disable import/export lint
this rule does not understand ts function overloading
1 parent de2972c commit a4eb7c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
],
99
"plugins": ["prettier", "jest"],
1010
"rules": {
11+
"import/export": "off",
1112
"import/extensions": [
1213
"error",
1314
"ignorePackages",

0 commit comments

Comments
 (0)