X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=49838a24cbfd6ed9746ae52557b5772c58a188ed;hb=e45f940434b881099d6d197fa73258f2763acee3;hp=c1ed3c71cfbbd6cf54ab3a50ef4bea1bfac965e8;hpb=2b74d91aac700f35b6449bcfebcd11ea7ce42782;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index c1ed3c71..49838a24 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -65,6 +65,7 @@ module.exports = defineConfig({ 'fibonacci', 'fp', 'fs', + 'func', 'inheritDoc', 'javascript', 'jsdoc', @@ -154,12 +155,6 @@ module.exports = defineConfig({ 'jsdoc/require-jsdoc': 'off' } }, - { - files: ['tests/pools/selection-strategies/**/*.js'], - rules: { - 'n/no-missing-require': 'off' - } - }, { files: ['benchmarks/**/*.js', 'benchmarks/**/*.mjs'], rules: {