X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=97f787aeb53f70fba974107339ec3d95182ffb51;hb=660689f017615c233020793967822c31975e5aa0;hp=9a058e827c6117531f41d87c8f182b9f87191aba;hpb=98446b391031d7add0e0d7f7e310e25a014370e2;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 9a058e82..97f787ae 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' } } }, @@ -39,7 +39,6 @@ module.exports = defineConfig({ skipWords: [ 'axios', 'benoit', - 'benny', 'browserslist', 'builtins', 'christopher', @@ -54,6 +53,7 @@ module.exports = defineConfig({ 'deque', 'dequeue', 'dequeued', + 'dts', 'ecma', 'elu', 'enqueue', @@ -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',