We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8766301 commit 4c3e116Copy full SHA for 4c3e116
1 file changed
src/plugin-import-rules.js
@@ -19,10 +19,7 @@ exports.pluginImportTypeScriptRulesExtra = {
19
// Buggy on TypeScript:
20
"import/no-unresolved": "off",
21
"import/named": "off",
22
- // doesn't understand type namespaces
23
"import/namespace": "off",
24
- // thinks types are mutable!
25
- "import/export": "off"
26
}
27
28
exports.pluginImportSettings = {
0 commit comments