chore: generate documentation
[poolifier.git] / .eslintrc.js
index 71acb042b00fe1eb99c786440fff67a10ebce48f..80dcda2b7212d88878c7f2f65b426896e9a02a99 100644 (file)
@@ -31,6 +31,7 @@ module.exports = defineConfig({
       'warn',
       {
         skipWords: [
+          'Benoit',
           'benny',
           'browserslist',
           'builtins',
@@ -41,12 +42,14 @@ module.exports = defineConfig({
           'cpus',
           'ctx',
           'deprecations',
+          'dequeue',
           'ecma',
+          'enqueue',
           'enum',
+          'errored',
           'esm',
           'fibonacci',
           'fs',
-          'hrtime',
           'inheritDoc',
           'jsdoc',
           'microjob',
@@ -58,6 +61,7 @@ module.exports = defineConfig({
           'poolifier',
           'poolify',
           'readonly',
+          'resize',
           'serializable',
           'sinon',
           'threadjs',
@@ -68,7 +72,8 @@ module.exports = defineConfig({
           'unlink',
           'unregister',
           'utf8',
-          'workerpool'
+          'workerpool',
+          'wwr'
         ],
         skipIfMatch: ['^@.*', '^plugin:.*']
       }
@@ -80,7 +85,7 @@ module.exports = defineConfig({
       plugins: ['@typescript-eslint', 'eslint-plugin-tsdoc'],
       parser: '@typescript-eslint/parser',
       parserOptions: {
-        project: './tsconfig.json'
+        project: './tsconfig.eslint.json'
       },
       extends: [
         'plugin:@typescript-eslint/eslint-recommended',