Skip to content

Commit

Permalink
fix: remove import/no-unresolved (#114)
Browse files Browse the repository at this point in the history
This rule does not work with esm-only packages, and [it doesn't look
like it ever
will](import-js/eslint-plugin-import#2331).
We'll remove it for now and rely on coverage in our tests for now
  • Loading branch information
wraithgar committed Jul 1, 2024
1 parent a92c2a3 commit 975e40c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ module.exports = {

// import plugin
'import/no-extraneous-dependencies': 'error',
'import/no-unresolved': 'error',
'import/no-duplicates': 'error',

// promise plugin
Expand Down

0 comments on commit 975e40c

Please sign in to comment.