Skip to content

Commit 975e40c

Browse files
authored
fix: remove import/no-unresolved (#114)
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
1 parent a92c2a3 commit 975e40c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ module.exports = {
221221

222222
// import plugin
223223
'import/no-extraneous-dependencies': 'error',
224-
'import/no-unresolved': 'error',
225224
'import/no-duplicates': 'error',
226225

227226
// promise plugin

0 commit comments

Comments
 (0)