Skip to content

Commit ee4fe21

Browse files
committed
fix: turn-off buggy import rules on TypeScript
1 parent 1317e32 commit ee4fe21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ module.exports = {
7979
"@typescript-eslint/no-non-null-assertion": "off",
8080
...pluginNodeRules,
8181
...pluginImportExtraRules,
82+
// Buggy on TypeScript:
83+
"import/no-unresolved": "off",
84+
"import/named": "off",
85+
"import/namespace": "off",
8286
},
8387
},
8488
{

0 commit comments

Comments
 (0)