X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.eslintrc.js;h=80dcda2b7212d88878c7f2f65b426896e9a02a99;hb=fbc22127e53d3ec0ecbd38ecea25fb92ebef50e7;hp=cc27eee78dd9cc582522dd315e640b7161e2c335;hpb=027063571693f211b35c8851566a063201adb9af;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index cc27eee7..80dcda2b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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',