chore: v2.6.10
[poolifier.git] / .eslintrc.js
index 0b465dadff597167df9220f9715c1f8724b010c3..e421cd282cf758417b1609b6a887f4335619b708 100644 (file)
@@ -38,15 +38,12 @@ module.exports = defineConfig({
       {
         skipWords: [
           'Benoit',
-          'Uint8',
-          'Uint16',
-          'Uint32',
-          'Uint64',
           'benny',
           'browserslist',
           'builtins',
           'christopher',
           'cjs',
+          'cloneable',
           'comparator',
           'cpu',
           'cpus',
@@ -55,6 +52,7 @@ module.exports = defineConfig({
           'dequeue',
           'dequeued',
           'ecma',
+          'elu',
           'enqueue',
           'enum',
           'errored',
@@ -67,16 +65,17 @@ module.exports = defineConfig({
           'mjs',
           'num',
           'os',
+          'perf',
           'piscina',
           'pnpm',
           'poolifier',
           'poolify',
           'readonly',
           'resize',
-          'serializable',
           'sinon',
           'threadjs',
           'threadwork',
+          'tinypool',
           'tsconfig',
           'tsdoc',
           'typedoc',
@@ -139,7 +138,7 @@ module.exports = defineConfig({
       }
     },
     {
-      files: ['benchmarks/**/*.js'],
+      files: ['benchmarks/**/*.js', 'benchmarks/**/*.mjs'],
       rules: {
         'jsdoc/require-jsdoc': 'off'
       }
@@ -150,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: {