feat: add a kill handler to worker to allow to run custom code at worker
[poolifier.git] / .eslintrc.js
index 523f20f8c389d47b15b3b45d5072bad47e31c507..e2fc35b2c1264d4c08e5af3de0a3cc3fb36d924b 100644 (file)
@@ -63,7 +63,9 @@ module.exports = defineConfig({
           'fp',
           'fs',
           'inheritDoc',
+          'javascript',
           'jsdoc',
+          'localhost',
           'microjob',
           'mjs',
           'npx',
@@ -74,6 +76,7 @@ module.exports = defineConfig({
           'pnpm',
           'poolifier',
           'poolify',
+          'readdir',
           'readonly',
           'req',
           'resize',
@@ -89,6 +92,8 @@ module.exports = defineConfig({
           'unregister',
           'utf8',
           'workerpool',
+          'ws',
+          'wss',
           'wwr'
         ],
         skipIfMatch: ['^@.*', '^plugin:.*']