build(ci): cleanup workflows
[poolifier.git] / .eslintrc.js
index 9a058e827c6117531f41d87c8f182b9f87191aba..97f787aeb53f70fba974107339ec3d95182ffb51 100644 (file)
@@ -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',