Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyp3Boy authored Oct 15, 2024
1 parent ae5c4bb commit 0439f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
node: true,
jest: true,
},
ignorePatterns: ['dist', 'node_modules'], // Ignora dist y node_modules
ignorePatterns: ['!src/**', '!test/**'], // Solo analiza src y test
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down

0 comments on commit 0439f9a

Please sign in to comment.