From ac1417a5d54f03b1575de1a53073182ea5f4e2ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 9 Oct 2022 23:59:53 +0200 Subject: [PATCH] .eslintrc.js: remove uneeded rules for tests 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, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index a3f07936..3e37aad4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -126,8 +126,7 @@ module.exports = defineConfig({ { files: ['tests/pools/selection-strategies/**/*.js'], rules: { - 'node/no-missing-require': 'off', - 'jsdoc/require-jsdoc': 'off' + 'node/no-missing-require': 'off' } }, { -- 2.34.1