feat: add ws-cluster-pool example
[poolifier.git] / .eslintrc.js
index 523f20f8c389d47b15b3b45d5072bad47e31c507..a5382d80588c29850bc8b8ede8b30b0e7b24bad0 100644 (file)
@@ -64,6 +64,7 @@ module.exports = defineConfig({
           'fs',
           'inheritDoc',
           'jsdoc',
+          'localhost',
           'microjob',
           'mjs',
           'npx',
@@ -89,6 +90,8 @@ module.exports = defineConfig({
           'unregister',
           'utf8',
           'workerpool',
+          'ws',
+          'wss',
           'wwr'
         ],
         skipIfMatch: ['^@.*', '^plugin:.*']