Skip to content

Commit

Permalink
Turn import-x/no-unresolved off
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jan 30, 2025
1 parent ae749c7 commit 910ebe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ function getImportXFlatConfigs(isEsm) {
// TypeScript compilation already ensures that named imports exist in
// the referenced module.
'import-x/named': 'off',
'import-x/no-named-as-default-member': 'off'
'import-x/no-named-as-default-member': 'off',
'import-x/no-unresolved': 'off'
}
}
}
Expand Down

0 comments on commit 910ebe4

Please sign in to comment.