X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=40f952b098ffe8c6fa993f7272c2b60060fc88fd;hb=fdda8cb730e66f08b50f5dd98e5b14c775f91df9;hp=9a058e827c6117531f41d87c8f182b9f87191aba;hpb=98446b391031d7add0e0d7f7e310e25a014370e2;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 9a058e82..40f952b0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,7 +20,7 @@ module.exports = defineConfig({ settings: { 'import/resolver': { typescript: { - project: './tsconfig.eslint.json' + project: './tsconfig.json' } } }, @@ -112,7 +112,7 @@ module.exports = defineConfig({ plugins: ['@typescript-eslint', 'eslint-plugin-tsdoc'], parser: '@typescript-eslint/parser', parserOptions: { - project: './tsconfig.eslint.json' + project: './tsconfig.json' }, extends: [ 'plugin:@typescript-eslint/recommended',