chore: v2.4.3
[poolifier.git] / .eslintrc.js
index 2e396436b0d6d4c95af5a4764cb024fe2d1016ef..4fc348072f5fb5cb316c2130873d0018744baa8f 100644 (file)
@@ -40,6 +40,7 @@ module.exports = defineConfig({
           'cpu',
           'cpus',
           'ctx',
+          'deprecations',
           'ecma',
           'enum',
           'esm',
@@ -52,6 +53,7 @@ module.exports = defineConfig({
           'num',
           'os',
           'piscina',
+          'pnpm',
           'poolifier',
           'poolify',
           'readonly',
@@ -91,7 +93,7 @@ module.exports = defineConfig({
           'error',
           { ignoreProperties: true }
         ],
-        'tsdoc/syntax': 'error'
+        'tsdoc/syntax': 'warn'
       }
     },
     {
@@ -104,7 +106,7 @@ module.exports = defineConfig({
       }
     },
     {
-      files: ['**/*.js'],
+      files: ['**/*.js', '**/*.mjs'],
       plugins: ['jsdoc'],
       extends: ['plugin:n/recommended', 'plugin:jsdoc/recommended', 'standard']
     },