Skip to content

Commit

Permalink
Revert "fix: disable import/export for typescript"
Browse files Browse the repository at this point in the history
This reverts commit 1d9abb1.
  • Loading branch information
aminya committed Mar 5, 2021
1 parent 8766301 commit 4c3e116
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugin-import-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4c3e116

Please sign in to comment.