X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=80dcda2b7212d88878c7f2f65b426896e9a02a99;hb=2946f23da560702e3f3631887e1eeb88777bd47d;hp=1d6840072e7dcc07e92d2586af15623120b927f8;hpb=d21911e6a11e8b38213135284c8b06c87d3bb722;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 1d684007..80dcda2b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -42,12 +42,14 @@ module.exports = defineConfig({ 'cpus', 'ctx', 'deprecations', + 'dequeue', 'ecma', + 'enqueue', 'enum', + 'errored', 'esm', 'fibonacci', 'fs', - 'hrtime', 'inheritDoc', 'jsdoc', 'microjob', @@ -70,7 +72,8 @@ module.exports = defineConfig({ 'unlink', 'unregister', 'utf8', - 'workerpool' + 'workerpool', + 'wwr' ], skipIfMatch: ['^@.*', '^plugin:.*'] } @@ -82,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',