refactor: sensible defaults for worker choice strategy policy
[poolifier.git] / .eslintrc.js
index 523f20f8c389d47b15b3b45d5072bad47e31c507..7453ecbfb1d4e496b39d9c8f5a267b3e9b7c8a9d 100644 (file)
@@ -63,9 +63,12 @@ module.exports = defineConfig({
           'fp',
           'fs',
           'inheritDoc',
+          'javascript',
           'jsdoc',
+          'localhost',
           'microjob',
           'mjs',
+          'nodemailer',
           'npx',
           'num',
           'os',
@@ -74,10 +77,12 @@ module.exports = defineConfig({
           'pnpm',
           'poolifier',
           'poolify',
+          'readdir',
           'readonly',
           'req',
           'resize',
           'sinon',
+          'smtp',
           'threadjs',
           'threadwork',
           'tinypool',
@@ -89,6 +94,8 @@ module.exports = defineConfig({
           'unregister',
           'utf8',
           'workerpool',
+          'ws',
+          'wss',
           'wwr'
         ],
         skipIfMatch: ['^@.*', '^plugin:.*']