chore: v2.6.29
[poolifier.git] / .eslintrc.js
index 0188819b8ba2b84d174ae01561cfbc6e8340724a..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:.*']
@@ -128,7 +135,6 @@ module.exports = defineConfig({
         '@typescript-eslint/no-unsafe-member-access': 'off',
         '@typescript-eslint/no-unnecessary-type-assertion': 'off',
         '@typescript-eslint/strict-boolean-expressions': 'off',
-        '@typescript-eslint/restrict-template-expressions': 'off',
         '@typescript-eslint/return-await': 'off'
       }
     },