From f3e5f2c5ad364d667de543d334319111988097a9 Mon Sep 17 00:00:00 2001 From: Gar Date: Mon, 1 Jul 2024 07:11:53 -0700 Subject: [PATCH] fix: remove import/no-unresolved This rule does not work with esm-only packages, and [it doesn't look like it ever will](https://github.com/import-js/eslint-plugin-import/issues/2331). We'll remove it for now and rely on coverage in our tests for now --- lib/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index aecccfc..0172a65 100644 --- a/lib/index.js +++ b/lib/index.js @@ -221,7 +221,6 @@ module.exports = { // import plugin 'import/no-extraneous-dependencies': 'error', - 'import/no-unresolved': 'error', 'import/no-duplicates': 'error', // promise plugin