build(deps-dev): bump @types/node
[poolifier.git] / .eslintrc.js
index e2fc35b2c1264d4c08e5af3de0a3cc3fb36d924b..e7cf2abcc1d1675b515422747866e702389b1779 100644 (file)
@@ -50,6 +50,7 @@ module.exports = defineConfig({
           'cpus',
           'ctx',
           'deprecations',
+          'deque',
           'dequeue',
           'dequeued',
           'ecma',
@@ -68,6 +69,7 @@ module.exports = defineConfig({
           'localhost',
           'microjob',
           'mjs',
+          'nodemailer',
           'npx',
           'num',
           'os',
@@ -75,12 +77,14 @@ module.exports = defineConfig({
           'piscina',
           'pnpm',
           'poolifier',
-          'poolify',
+          'prepend',
+          'prepends',
           'readdir',
           'readonly',
           'req',
           'resize',
           'sinon',
+          'smtp',
           'threadjs',
           'threadwork',
           'tinypool',
@@ -132,6 +136,7 @@ module.exports = defineConfig({
         '@typescript-eslint/no-unsafe-assignment': 'off',
         '@typescript-eslint/no-unsafe-member-access': 'off',
         '@typescript-eslint/no-unnecessary-type-assertion': 'off',
+        '@typescript-eslint/no-redundant-type-constituents': 'off',
         '@typescript-eslint/strict-boolean-expressions': 'off',
         '@typescript-eslint/return-await': 'off'
       }