X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.eslintrc.js;h=80dcda2b7212d88878c7f2f65b426896e9a02a99;hb=4c15652154b608102bae65165dfa151f91569151;hp=0a343d6b4e4f5899bd8b7d4f3a80aa541d602c0b;hpb=2fc5cae38554901a21435ef087036a062c9d1632;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 0a343d6b..80dcda2b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -85,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',