We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3029608 commit 1d9abb1Copy full SHA for 1d9abb1
1 file changed
src/plugin-import-rules.js
@@ -19,7 +19,10 @@ 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