Skip to content

Commit

Permalink
fix: turn-off buggy import rules on TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 23, 2021
1 parent 1317e32 commit ee4fe21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ module.exports = {
"@typescript-eslint/no-non-null-assertion": "off",
...pluginNodeRules,
...pluginImportExtraRules,
// Buggy on TypeScript:
"import/no-unresolved": "off",
"import/named": "off",
"import/namespace": "off",
},
},
{
Expand Down

0 comments on commit ee4fe21

Please sign in to comment.