Skip to content

Commit

Permalink
feat(eslint): improvement in eslint execution (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-gomey authored Sep 5, 2024
1 parent d956a14 commit db9b515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit db9b515

Please sign in to comment.