diff --git a/src/plugin-import-rules.js b/src/plugin-import-rules.js index bdd0cf7..1d6b8b6 100644 --- a/src/plugin-import-rules.js +++ b/src/plugin-import-rules.js @@ -19,10 +19,7 @@ exports.pluginImportTypeScriptRulesExtra = { // Buggy on TypeScript: "import/no-unresolved": "off", "import/named": "off", - // doesn't understand type namespaces "import/namespace": "off", - // thinks types are mutable! - "import/export": "off" } exports.pluginImportSettings = {