Skip to content

Commit

Permalink
Revert rules target to avoid internal packages
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Jun 26, 2024
1 parent 5e32a4c commit ed2ea49
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 @@ -418,7 +418,7 @@ module.exports = {
},
},
{
files: ['packages/**/*{.ts,.tsx,.js}'],
files: ['packages/*/src/**/*{.ts,.tsx,.js}'],
excludedFiles: ['*.d.ts', '*.spec.ts', '*.spec.tsx'],
rules: {
'no-restricted-imports': [
Expand Down

0 comments on commit ed2ea49

Please sign in to comment.