From db9b515d903b312aa2e95124bb0ab7d2c7b80232 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 5 Sep 2024 10:19:50 +0200 Subject: [PATCH] feat(eslint): improvement in eslint execution (#24) --- src/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.eslintrc.js b/src/.eslintrc.js index 0d108f0..2fbf660 100644 --- a/src/.eslintrc.js +++ b/src/.eslintrc.js @@ -50,7 +50,7 @@ module.exports = { parser: '@typescript-eslint/parser', parserOptions: { ecmaVersion: 2018, - project: './tsconfig.json', + project: './services/*/tsconfig.json', sourceType: 'module', }, plugins: ['react', '@typescript-eslint', 'import', 'jest'],