refactor: cleanup queued tasks computation
[poolifier.git] / .eslintrc.js
index 4d8c7ffd0ddd57278e18605e916fb20076accb3a..5d9c45bfded4540646464d5bef191deb85360260 100644 (file)
@@ -75,6 +75,7 @@ module.exports = defineConfig({
           'sinon',
           'threadjs',
           'threadwork',
+          'tinypool',
           'tsconfig',
           'tsdoc',
           'typedoc',
@@ -137,7 +138,7 @@ module.exports = defineConfig({
       }
     },
     {
-      files: ['benchmarks/**/*.js'],
+      files: ['benchmarks/**/*.js', 'benchmarks/**/*.mjs'],
       rules: {
         'jsdoc/require-jsdoc': 'off'
       }
@@ -148,6 +149,13 @@ module.exports = defineConfig({
         'n/no-missing-require': 'off'
       }
     },
+    {
+      files: ['benchmarks/versus-external-pools/**/*.mjs'],
+      rules: {
+        'n/no-missing-import': 'off',
+        'import/no-unresolved': 'off'
+      }
+    },
     {
       files: ['examples/**/*.js'],
       rules: {