docs: enhance documentation and update changelog entries
[poolifier.git] / .eslintrc.js
index 2e396436b0d6d4c95af5a4764cb024fe2d1016ef..cc27eee78dd9cc582522dd315e640b7161e2c335 100644 (file)
@@ -31,6 +31,7 @@ module.exports = defineConfig({
       'warn',
       {
         skipWords: [
+          'Benoit',
           'benny',
           'browserslist',
           'builtins',
@@ -40,8 +41,12 @@ module.exports = defineConfig({
           'cpu',
           'cpus',
           'ctx',
+          'deprecations',
+          'dequeue',
           'ecma',
+          'enqueue',
           'enum',
+          'errored',
           'esm',
           'fibonacci',
           'fs',
@@ -52,9 +57,11 @@ module.exports = defineConfig({
           'num',
           'os',
           'piscina',
+          'pnpm',
           'poolifier',
           'poolify',
           'readonly',
+          'resize',
           'serializable',
           'sinon',
           'threadjs',
@@ -91,7 +98,7 @@ module.exports = defineConfig({
           'error',
           { ignoreProperties: true }
         ],
-        'tsdoc/syntax': 'error'
+        'tsdoc/syntax': 'warn'
       }
     },
     {
@@ -104,7 +111,7 @@ module.exports = defineConfig({
       }
     },
     {
-      files: ['**/*.js'],
+      files: ['**/*.js', '**/*.mjs'],
       plugins: ['jsdoc'],
       extends: ['plugin:n/recommended', 'plugin:jsdoc/recommended', 'standard']
     },