X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=80dcda2b7212d88878c7f2f65b426896e9a02a99;hb=4c15652154b608102bae65165dfa151f91569151;hp=ae288a7c0ae81acc761208fa7045df0dce0e5eef;hpb=da3098610d6cf6155bbbe53c84b6ac6ccd400ff5;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index ae288a7c..80dcda2b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -46,6 +46,7 @@ module.exports = defineConfig({ 'ecma', 'enqueue', 'enum', + 'errored', 'esm', 'fibonacci', 'fs', @@ -71,7 +72,8 @@ module.exports = defineConfig({ 'unlink', 'unregister', 'utf8', - 'workerpool' + 'workerpool', + 'wwr' ], skipIfMatch: ['^@.*', '^plugin:.*'] } @@ -83,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',