Skip to content

Commit 4c3e116

Browse files
committed
Revert "fix: disable import/export for typescript"
This reverts commit 1d9abb1.
1 parent 8766301 commit 4c3e116

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/plugin-import-rules.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ exports.pluginImportTypeScriptRulesExtra = {
1919
// Buggy on TypeScript:
2020
"import/no-unresolved": "off",
2121
"import/named": "off",
22-
// doesn't understand type namespaces
2322
"import/namespace": "off",
24-
// thinks types are mutable!
25-
"import/export": "off"
2623
}
2724

2825
exports.pluginImportSettings = {

0 commit comments

Comments
 (0)