From 6056130c34d951fde16849f2c09bd8367fa94181 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 19 Jun 2023 15:03:48 +0200 Subject: [PATCH] build: fix eslint configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 6be6f2d4..d40ff669 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -151,7 +151,8 @@ module.exports = defineConfig({ { files: ['benchmarks/versus-external-pools/**/*.mjs'], rules: { - 'n/no-missing-import': 'off' + 'n/no-missing-import': 'off', + 'import/no-unresolved': 'off' } }, { -- 2.34.1