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'],