X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=952d603a43f635a5c40f8149a4dabbf26cddc166;hb=0e502832d98443e291ea5558423ca0de86b96e13;hp=9a058e827c6117531f41d87c8f182b9f87191aba;hpb=98446b391031d7add0e0d7f7e310e25a014370e2;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 9a058e82..952d603a 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' } } }, @@ -54,6 +54,7 @@ module.exports = defineConfig({ 'deque', 'dequeue', 'dequeued', + 'dts', 'ecma', 'elu', 'enqueue', @@ -112,7 +113,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',