chore: generate documentation
[poolifier.git] / .eslintrc.js
index 70a8ec3c10cec2bea12b3d01707155e585a7b406..80dcda2b7212d88878c7f2f65b426896e9a02a99 100644 (file)
@@ -46,10 +46,10 @@ module.exports = defineConfig({
           'ecma',
           'enqueue',
           'enum',
+          'errored',
           'esm',
           'fibonacci',
           'fs',
-          'hrtime',
           'inheritDoc',
           'jsdoc',
           'microjob',
@@ -72,7 +72,8 @@ module.exports = defineConfig({
           'unlink',
           'unregister',
           'utf8',
-          'workerpool'
+          'workerpool',
+          'wwr'
         ],
         skipIfMatch: ['^@.*', '^plugin:.*']
       }
@@ -84,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',